contributing guides: fix typo and broken link (#21653)

This commit is contained in:
Nelson Figueroa
2026-03-21 22:58:47 +02:00
committed by GitHub
parent 4131c15b9f
commit 51e5f803e9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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