diff --git a/README.md b/README.md
index 3095e38..6ba3ea2 100644
--- a/README.md
+++ b/README.md
@@ -426,7 +426,7 @@ __Note:__ This feature is actually not enabled by default. Read
+
- updating / deleting existing items from index is slow
- adding items to the index optimized for super partial matching (tokenize: "full") is slow
|
@@ -1067,7 +1067,7 @@ FlexSearch ist highly customizable. Make use of the the righ
tokenize
|
"strict"
- "foward"
+ "forward"
"reverse"
"full"
@@ -1209,7 +1209,7 @@ Tokenizer effects the required memory also as query time and flexibility of part
|
-->
- "foward" |
+ "forward" |
incrementally index words in forward direction |
foobar foobar
|
* n |
@@ -1563,7 +1563,7 @@ Compare these presets:
__Split Complexity__
-Whenenver you can, try to divide content by categories and add them to its own index, e.g.:
+Whenever you can, try to divide content by categories and add them to its own index, e.g.:
```js
var feeds_2017 = new FlexSearch();
var feeds_2018 = new FlexSearch();