We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6870d commit 9d11cb4Copy full SHA for 9d11cb4
CONTRIBUTING.md
@@ -72,7 +72,7 @@ cd ..
72
## Link the directories
73
74
This step is necessary if you need to modify any code in `ui-router-core`.
75
-Using `npm`, link `ui-router-core` into `ui-router-ng2`
+Using `npm`, link `ui-router-core` into `ui-router-ng2`
76
77
```
78
cd ui-router-core
@@ -84,7 +84,7 @@ cd ..
84
85
After executing these steps, `ui-router-ng2` will be built using your local copy of `ui-router-core`.
86
87
-## Develop
+## Develop
88
89
* `npm run build`: Perform a full build.
90
* `npm run watch`: Continuously builds and runs tests when source or tests change.
0 commit comments