Skip to content

Commit

Permalink
Typos (#6801)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderZeilmann authored Jun 27, 2024
1 parent 9ac4ce6 commit efaabf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Violating these terms may lead to a permanent ban.
### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within
Expand Down
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This will create a symlink in your global npm scope so that other local packages
```

> [!WARNING]
> Reminder! the XX.X.XX version must be a valid [valid semantic version](https://docs.npmjs.com/about-semantic-versioning) that you are using in your local project
> Reminder! The XX.X.XX version must be a [valid semantic version](https://docs.npmjs.com/about-semantic-versioning) that you are using in your local project
### Now change your directory to your local project you are developing on!

Expand Down Expand Up @@ -74,7 +74,7 @@ You can now live develop in the `primereact/` directory and your changes should

### Cleanup

Once done, you can cleanup with:
Once done, you can clean up with:

```shell
~/primereact/ $ npm unlink
Expand Down

0 comments on commit efaabf6

Please sign in to comment.