chore: fixup docs

This commit is contained in:
Samuel Attard
2020-11-10 11:40:02 -08:00
parent 825f3a3a7d
commit 71d8a4a466

View File

@@ -73,8 +73,8 @@ Returns:
This event will be emitted after `did-start-loading` and always before the
`did-fail-load` event for the same navigation.
Settings `event.returnValue` to an HTML string will result in a custom error page being
displayed using that HTML.
Settings `event.returnValue` to the appropriate object will result in a custom error page being
displayed using custom HTML.
#### Event: 'did-fail-load'
@@ -262,8 +262,8 @@ this purpose.
Calling `event.preventDefault()` will prevent the navigation.
Settings `event.returnValue` to an HTML string will result in a custom error page being
displayed using that HTML and the navigation being cancelled.
Settings `event.returnValue` to the appropriate object will result in a custom error page being
displayed using custom HTML and the navigation being cancelled.
#### Event: 'did-start-navigation'