From f8f44b9ea6e7a56723886cde219dbc8e84b8f6e1 Mon Sep 17 00:00:00 2001 From: Miikka Koskinen Date: Thu, 2 May 2019 11:52:13 +0300 Subject: [PATCH] Update doc/frontend/browser.md Co-Authored-By: Deraen --- doc/frontend/browser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/frontend/browser.md b/doc/frontend/browser.md index 7217e9f5..0d1d8b0d 100644 --- a/doc/frontend/browser.md +++ b/doc/frontend/browser.md @@ -24,7 +24,7 @@ HTML5 History router will handle click events on anchors where the href matches the route tree (and other [rules](../../modules/reitit-frontend/src/reitit/frontend/history.cljs#L84-L98)). If you have need to control this logic, for example to handle some anchor clicks where the href matches route tree normally (i.e. browser load) -you can provide `:ignore-anchor-click` function to add your own logic to +you can provide `:ignore-anchor-click?` function to add your own logic to event handling: ```clj