From 638717f797f0605ab64c9b7030c2b69602702d93 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sat, 14 Nov 2015 14:45:10 +0100 Subject: [PATCH] Fix error in api.md --- documentation/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/api.md b/documentation/api.md index 02c1112..6634e5a 100644 --- a/documentation/api.md +++ b/documentation/api.md @@ -223,7 +223,7 @@ This can be used to enter a different mode by default on some pages (which can be used to replace the blacklist option). ```js -vimfx.on('load', ({vim, location}) => { +vimfx.on('locationChange', ({vim, location}) => { if (location.hostname === 'example.com') { vim.enterMode('ignore') } -- 2.39.3