diff --git a/releases/next/docs/navigator.html b/releases/next/docs/navigator.html
index 619f9340c01..c0cd39ddf9e 100644
--- a/releases/next/docs/navigator.html
+++ b/releases/next/docs/navigator.html
@@ -105,7 +105,7 @@ available s
gestures. Will be invoked with route and routeStack parameters,
where route corresponds to the current scene being rendered by the
Navigator and routeStack is the set of currently mounted routes
-that the navigator could transition to.
The function should return a scene configuration object.
Available scene configuration options are:
The initial route for navigation. A route is an object that the navigator +that the navigator could transition to.
The function should return a scene configuration object.
Available scene configuration options are:
The initial route for navigation. A route is an object that the navigator will use to identify each scene it renders.
If both initialRoute and initialRouteStack props are passed to
Navigator, then initialRoute must be in a route in
initialRouteStack. If initialRouteStack is passed as a prop but