Skip to content

Commit

Permalink
docs(terra-draw): change two incorrect apostrophes in 7.DEVELOPMENT.md (
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeCroise authored Jan 23, 2025
1 parent eff7dd0 commit 581adc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/7.DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ You can see a very basic example mode in the `terra-draw.extensions.spec.ts` fil

## Testing

Terra Draw uses [Jest](https://jestjs.io/) as it's testing framework. You can distinguish a test by it's `.spec.ts` file name extension.
Terra Draw uses [Jest](https://jestjs.io/) as its testing framework. You can distinguish a test by its `.spec.ts` file name extension.

To run the tests as they would run in CI:

Expand Down Expand Up @@ -265,4 +265,4 @@ We have a code of conduct which we expect individuals interacting with the proje
5. [x] [Styling](./5.STYLING.md)
6. [x] [Events](./6.EVENTS.md)
7. [x] Development
8. [ ] [Examples](./8.EXAMPLES.md)
8. [ ] [Examples](./8.EXAMPLES.md)

0 comments on commit 581adc8

Please sign in to comment.