From 4a6cbd76c8ea6462de2e42824676f5a026a64093 Mon Sep 17 00:00:00 2001 From: Chandan Rai Date: Fri, 3 Feb 2017 19:26:37 +0530 Subject: [PATCH] corrected typo --- docs/api/session.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/session.md b/docs/api/session.md index d50274e..58de08d 100644 --- a/docs/api/session.md +++ b/docs/api/session.md @@ -30,7 +30,7 @@ The `session` module has the following methods: * `cache` Boolean - Whether to enable cache. Returns `Session` - A session instance from `partition` string. When there is an existing -`Session` with the same `partition`, it will be returned; othewise a new +`Session` with the same `partition`, it will be returned; otherwise a new `Session` instance will be created with `options`. If `partition` starts with `persist:`, the page will use a persistent session -- 2.7.4