mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 13:15:06 +00:00
[docs
] Typo fix for playground (#18929)
<!--
Thank you for contributing to Ruff/ty! To help us out with reviewing,
please consider the following:
- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title? (Please prefix
with `[ty]` for ty pull
requests.)
- Does this pull request include references to any relevant issues?
-->
## Summary
<!-- What's the purpose of the change? What does it do, and why? -->
I saw the smallest typo while familiarizing myself with the playground,
it bothered me so much I just had to make a PR for it 😂
This commit is contained in:
parent
66f50fb04b
commit
eee5a5a3d6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ In-browser playground for Ruff. Available [https://play.ruff.rs/](https://play.r
|
|||
|
||||
## Getting started
|
||||
|
||||
Install the NPM dependencies with `npm install`, and run, and run the development server with
|
||||
Install the NPM dependencies with `npm install`, and run the development server with
|
||||
`npm start --workspace ruff-playground` or `npm start --workspace ty-playground`.
|
||||
You may need to restart the server after making changes to Ruff or ty to re-build the WASM
|
||||
module.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue