From f86fc4ec1676216cb8637fca4949cb5f572a983e Mon Sep 17 00:00:00 2001 From: Harry Moreno Date: Tue, 25 Sep 2018 20:59:52 -0400 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22e95fa9..1dd711cc 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ React Native comes with a WebView component, which uses UIWebView on iOS. Introd To use this it's required to use a special implementation of the WebView component (e.g. [react-native-wkwebview](https://github.com/CRAlpha/react-native-wkwebview)). -This special implementation of the WebView component stores the cookies __not__ in `NSHTTPCookieStorage` anymore. The new cookie-storage is `WKHTTPCookieStore` and implementes a differnt interface. +This special implementation of the WebView component stores the cookies __not__ in `NSHTTPCookieStorage` anymore. The new cookie-storage is `WKHTTPCookieStore` and implementes a different interface. To use this _CookieManager_ with WebKit-Support we extended the interface with the attribute `useWebKit` (a boolean value, default: `FASLE`) for the following methods: