Fix a typo in the language server install ref (#1901)

This commit is contained in:
Zanie Blue 2025-12-15 14:42:20 -06:00 committed by GitHub
parent 2007b27445
commit 475ad9209e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ To learn more about using ty, see the [documentation](https://docs.astral.sh/ty/
To install ty, see the [installation](./installation.md) documentation.
To add ty language server to your editor, see the [editors](./editors.md) documentation.
To add the ty language server to your editor, see the [editors](./editors.md) documentation.
## Getting help

View file

@ -40,7 +40,7 @@ uvx ty check example.py
To install ty, see the [installation](./installation.md) documentation.
To add ty language server to your editor, see the [editors](./editors.md) documentation.
To add the ty language server to your editor, see the [editors](./editors.md) documentation.
## Playground