diff --git a/docs/navigator.html b/docs/navigator.html
index a2924461135..bb0826d2151 100644
--- a/docs/navigator.html
+++ b/docs/navigator.html
@@ -38,7 +38,7 @@ is provided. Otherwise, it will default to an array containing only the
initialRoute
Optionally provide a navigation bar that persists across scene transitions
Optionally provide the navigator object from a parent Navigator
@deprecated
Use navigationContext.addListener('didfocus', callback) instead.
Will be called with the new route of each scene after the transition is -complete or after the initial mounting
@deprecated +complete or after the initial mounting
Will be called with (ref, indexInStack, route) when the scene ref changes
@deprecated
Use navigationContext.addListener('willfocus', callback) instead.
Will emit the target route upon mounting and before each nav transition
Required function which renders the scene for a given route. Will be invoked with the route and the navigator object
Styles to apply to the container of each scene