mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
contributing guides: fix typo and broken link (#21653)
This commit is contained in:
@@ -63,7 +63,7 @@ SunOS, Android, Windows, Cisco IOS, and DOS command-line tools.
|
||||
> For browsing without installing a client on your computer,
|
||||
> see the web client at <https://tldr.inbrowser.app> (with offline support using PWA).
|
||||
|
||||
There are several official clients avaiable.
|
||||
There are several official clients available.
|
||||
|
||||
### Python client
|
||||
|
||||
|
||||
@@ -33,14 +33,14 @@ The overall process should look somewhat like this:
|
||||
> [!WARNING]
|
||||
> Please avoid force-pushing since it makes the review process harder.
|
||||
|
||||
7. Go to the GitHub page for your fork and click the green "Compare & pull request" button.
|
||||
8. Go to the GitHub page for your fork and click the green "Compare & pull request" button.
|
||||
|
||||
Please only send related changes in the same pull request.
|
||||
Typically a pull request will include changes in a single file **unless the pull request introduces translations**.
|
||||
(Exceptions are [occasionally acceptable][mass-changes])
|
||||
|
||||
[pr-howto]: ../CONTRIBUTING.md#submitting-a-pull-request
|
||||
[commit-msg]: ../CONTRIBUTING.md#commit-message
|
||||
[commit-msg]: ../CONTRIBUTING.md#commit-message-and-pr-title
|
||||
[mass-changes]: https://github.com/tldr-pages/tldr/pulls?&q=is:pr+is:merged+label:"mass+changes"
|
||||
|
||||
## Updating your fork
|
||||
|
||||
Reference in New Issue
Block a user