This is an automated email from the ASF dual-hosted git repository.
dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
The following commit(s) were added to refs/heads/master by this push:
new f58c866 Fixing typo
f58c866 is described below
commit f58c86680c57b6ce4f63d63e8e87b02d7b9ff32f
Author: Dan Klco <[email protected]>
AuthorDate: Fri Jun 29 12:11:20 2018 -0400
Fixing typo
---
file-optim/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/file-optim/README.md b/file-optim/README.md
index 3ccd232..f423f07 100644
--- a/file-optim/README.md
+++ b/file-optim/README.md
@@ -10,7 +10,7 @@ The file optimizer includes the ability to revert the
optimized file either usin
This module is part of the [Apache Sling](https://sling.apache.org) project.
-## Using the File Opimization Library
+## Using the File Optimization Library
There are four different methods for interacting with the File Optimizer:
using the Event Handler, interacting with the Servlets / Post Operations, using
the Filter or invoking the API directly.