diff --git a/Readme.md b/Readme.md index 7434e985..0b373dc7 100644 --- a/Readme.md +++ b/Readme.md @@ -830,7 +830,7 @@ yield nightmare .end(); ``` -If you specify a `null` paritition then it will use the electron default behavior (persistent) or any string that starts with `'persist:'` will persist under that partition name, any other string will result in in-memory only storage. +If you specify a `null` partition then it will use the electron default behavior (persistent) or any string that starts with `'persist:'` will persist under that partition name, any other string will result in in-memory only storage. ## Usage