Skip to content

Commit

Permalink
Fix syntax error in code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Jirka Hutárek committed Sep 26, 2024
1 parent f0000d4 commit 20cbb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _source/android/06_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
```
Expand Down

0 comments on commit 20cbb2a

Please sign in to comment.