diff --git a/_source/android/06_reference.md b/_source/android/06_reference.md index 31efe36..5a6cdf5 100644 --- a/_source/android/06_reference.md +++ b/_source/android/06_reference.md @@ -16,7 +16,7 @@ The `Navigator` is the central coordinator in a Hotwire Native Android applicati You can customize and subclass the `HotwireWebView` class to provide custom behaviors in your app: ```kotlin -Hotwire.config.makeCustomWebView = { context +Hotwire.config.makeCustomWebView = { context -> MyCustomWebView(context, null) } ```