From 46c5a90fae911089389564ecad5424ba4d8e4cc2 Mon Sep 17 00:00:00 2001 From: marcosrodriguezseminole <60437355+marcosrodriguezseminole@users.noreply.github.com> Date: Mon, 17 Feb 2020 12:34:06 -0500 Subject: [PATCH] chore(docs): Fixed typo in boolean value. (#33) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e4c6f7..85a8373 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ To use this it's required to use a special implementation of the WebView compone 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. -To use this _CookieManager_ with WebKit-Support we extended the interface with the attribute `useWebKit` (a boolean value, default: `FASLE`) for the following methods: +To use this _CookieManager_ with WebKit-Support we extended the interface with the attribute `useWebKit` (a boolean value, default: `FALSE`) for the following methods: |Method|WebKit-Support|Method-Signature| |---|---|---|