Skip to content

Commit 2e5b5ea

Browse files
committed
docs: fix lint issue
1 parent 5525f8a commit 2e5b5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The required steps to start development on a pacakge are:
119119
- `cd` into the pacakge you want to apply changes.
120120
- `npm run setup:dev` checks for dependencies of the current within the repository and prepares them.
121121

122-
Then you can proceed to do apply the changes and use the scripts below for development workflow
122+
Then you can proceed to do apply the changes and use the scripts below for development workflow
123123

124124
- `npm run compile` compiles the code, checking for type errors.
125125
- `npm test` runs most unit tests, though some packages require other dependencies so are only run in CI or with a separate command in the package's `package.json` file.

0 commit comments

Comments
 (0)