From 1500df3bea0ec4fa879d00ef035738e51ec49760 Mon Sep 17 00:00:00 2001 From: onagurna Date: Mon, 21 Oct 2019 21:35:24 +0300 Subject: [PATCH] Fix typo --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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