Skip to content

Commit 5100f82

Browse files
committed
FIX(CONTRIBUTING.MD): removed typos
1 parent 87b845b commit 5100f82

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Discussing the design up front helps to ensure that we're ready to accept your w
2727

2828
### 3. Fork this repo and create a branch.
2929

30-
- Hit the "Fork" button (top-right of the github repository).
30+
- Hit the "Fork" button (top-right of the GitHub repository).
3131

3232
![image](https://user-images.githubusercontent.com/1430726/95460679-ec014400-097d-11eb-9a7a-93e0262d37d9.png)
3333

@@ -65,15 +65,15 @@ pnpm dev
6565

6666
- Once you made some changes in either package (`headless` or `styled`) or the documentation website (`apps/website`), you will see them immediately reflected on the page.
6767

68-
- Alternitavely, if your only goal is to add a new component, or add new tests to an already exisiting component, you can run the component test server for significant speed improvements:
68+
Alternatively, if your only goal is to add a new component, or add new tests to an already existing component, you can run the component test server for significant speed improvements:
6969

7070
```shell
7171
pnpm dev.ct
7272
```
7373

74-
- This mode is a lot more barebones and requires more background knowledge to use effectively, so keep the folling things in mind:
74+
This mode is a lot more bare bones and requires more background knowledge to use effectively, so keep the following things in mind:
7575

76-
- Familirize yourself with the following directory structure:
76+
- Familiarize yourself with the following directory structure:
7777

7878
```shell
7979
apps/website/src/routes/docs/[KIT]/[COMPONENT]/examples/
@@ -85,7 +85,7 @@ apps/website/src/routes/docs/[KIT]/[COMPONENT]/examples/
8585
apps/website/src/routes/docs/headless/select/examples/hero.tsx
8686
```
8787

88-
- Remenber to follow the component test server's URL structure. The default message on the "home page" of the dev server is a reminder of how to use the address bar to view the file you want. By default it would have this structure:
88+
- Remember to follow the component test server's URL structure. The default message on the "home page" of the dev server is a reminder of how to use the address bar to view the file you want. By default it would have this structure:
8989

9090
```shell
9191
http://localhost:5173/[KIT]/[COMPONENT]/[FILE]
@@ -137,7 +137,7 @@ pnpm test.pw.headless --skip-nx-cache
137137
pnpm test.pw.headless --skip-nx-cache --ui
138138
```
139139

140-
Keep in mind that currently all tests use Playwright and use the follwing naming convention:
140+
Keep in mind that currently all tests use Playwright and use the following naming convention:
141141

142142
```shell
143143
component.test.ts
@@ -170,7 +170,7 @@ pnpm change
170170
**6.5.** Modify the created MD file
171171

172172
After the `change` command runs, a new MD file will be created under the `.changeset` folder.
173-
ד
173+
174174
Please modify this file to include a descriptive message of the changes you made.
175175

176176
You can even add code examples if you need do, to describe a new feature for example. (pun intended 😉)

0 commit comments

Comments
 (0)