Skip to content

Commit 4903a15

Browse files
committedMar 7, 2019
Fix typo in CONTRIBUTING.md
1 parent 9d40b02 commit 4903a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ a git hook is already present.
148148
[Core team members](./CORE_TEAM.md) have the responsibility of pushing new releases to npm. The release process is as follows:
149149

150150
1. Make sure you have the latest changes and are on the master branch: `git checkout master && git pull origin master`
151-
2. Install all the dependecies by running `yarn` in the root folder. This will also install `lerna`.
151+
2. Install all the dependencies by running `yarn` in the root folder. This will also install `lerna`.
152152
3. Create a new branch based on the version number, for example `git checkout -b 3.4.1`
153153
4. Update the [CHANGELOG.md](./CHANGELOG.md) with the new version number, add a new Unreleased section at the top and edit the links at the bottom so everything is linked correctly
154154
5. Commit the Changelog changes with `git commit -m 'Update CHANGELOG'`

0 commit comments

Comments
 (0)