diff --git a/iOS/Article/PreloadedWebView.swift b/iOS/Article/PreloadedWebView.swift index d2b38f9d1..16d2cbf73 100644 --- a/iOS/Article/PreloadedWebView.swift +++ b/iOS/Article/PreloadedWebView.swift @@ -19,8 +19,8 @@ class PreloadedWebView: WKWebView { preferences.javaScriptCanOpenWindowsAutomatically = false /// The defaults for `preferredContentMode` and `allowsContentJavaScript` are suitable - /// and don't need to be explicity set. - /// `allowsContentJavaScript` replaces `WKPreferences.javascriptEnbaled`. + /// and don't need to be explicitly set. + /// `allowsContentJavaScript` replaces `WKPreferences.javascriptEnabled`. let webpagePreferences = WKWebpagePreferences() let configuration = WKWebViewConfiguration()