Skip to content

Commit 908e895

Browse files
AmbientLighterchristopherthielen
authored andcommitted
Fix typo in docstring
1 parent 5579718 commit 908e895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/UIRouter.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ export const InstanceOrPluginsMissingError = `Router instance or plugins missing
108108
* ```
109109
*
110110
* #### Manual Setup (advanced)
111-
* Alternatevely you may setup the router manually (i.e. exctracting the router configuration to another file).
112-
* You can do that by createing a new instance of the router and pass it to the component, this way the component will skip the previous props and just use the provided instance.
111+
* Alternatively you may setup the router manually (i.e. extracting the router configuration to another file).
112+
* You can do that by creating a new instance of the router and pass it to the component, this way the component will skip the previous props and just use the provided instance.
113113
*
114114
* > NB: since you are manually bootstrapping the router, you must register the servicesPlugin as well as the location plugin of your choice (in this example the [[pushStateLocationPlugin]]).
115115
*

0 commit comments

Comments
 (0)