Skip to content

Commit

Permalink
chore(docs): Fixed typo in boolean value. (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosrodriguezseminole authored Feb 17, 2020
1 parent 871a47b commit 46c5a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
|---|---|---|
Expand Down

0 comments on commit 46c5a90

Please sign in to comment.