From 067835b1885b8360d519484a1ad03b3244cef9ce Mon Sep 17 00:00:00 2001 From: Andrew Collier Date: Sat, 5 Dec 2020 17:10:56 +0200 Subject: [PATCH] Fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 91b8855..43649e5 100644 --- a/README.rst +++ b/README.rst @@ -348,7 +348,7 @@ In order to support sessions the following is required: 2. Splash script should make requests using these cookies and update them from HTTP response headers or JavaScript code; 3. updated cookies should be sent back to the client; -4. client should merge current cookies wiht the updated cookies. +4. client should merge current cookies with the updated cookies. For (2) and (3) Splash provides ``splash:get_cookies()`` and ``splash:init_cookies()`` methods which can be used in Splash Lua scripts.