Skip to content

Commit 479873c

Browse files
committed
1072
1 parent d67ba76 commit 479873c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/v3/contribute/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ This documentation is written in English. Please refer to [localization program]
2121
:::
2222

2323
1. Clone a current version from the [ton-docs](https://github.com/ton-community/ton-docs) GitHub repository.
24-
1. Determinate an area for contribution according to [Style guide](/v3/contribute/style-guide/) and open a related [issue](https://github.com/ton-community/ton-docs/issues).
24+
1. Determine an area for contribution according to [Style guide](/v3/contribute/style-guide/) and open a related [issue](https://github.com/ton-community/ton-docs/issues).
2525
2. Familiarize yourself with [Content standardization](/v3/contribute/content-standardization/) and [Typography](/v3/contribute/typography/).
2626
3. Open a pull request against the `main` branch with a clear description and concise updates according to the template.
2727

28-
#### Pool request template
28+
#### Pull request template
2929

3030
```md
3131

@@ -53,11 +53,11 @@ To avoid excessive rework, read the contribution guidelines in the [Style guide]
5353

5454
- Learn the documentation development flow from a [ton-docs/README.md](https://github.com/ton-community/ton-docs?tab=readme-ov-file#set-up-your-environment-%EF%B8%8F) document.
5555

56-
#### Best practice for pull request
56+
#### Best practices for pull requests
5757

5858
1. **Keep your pull request small**. Minor pull requests (~300 lines of diff) are easier to review and more likely to get merged. Make sure the pull request does only one thing; otherwise, please split it.
5959
2. **Use descriptive titles**. It would be best to follow the commit message style.
60-
3. **Test your changes**. Run build locally, and make sure you have no crushes.
60+
3. **Test your changes**. Run build locally, and make sure you have no crashes.
6161
4. **Use soft wrap**: Don't wrap lines at 80 characters; configure your editor to soft-wrap.
6262

6363

0 commit comments

Comments
 (0)