From eee5a5a3d69115329c0a87de120181dbc7408020 Mon Sep 17 00:00:00 2001 From: Dan Parizher <105245560+danparizher@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:01:48 -0400 Subject: [PATCH] [`docs`] Typo fix for playground (#18929) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary 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 😂 --- playground/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/README.md b/playground/README.md index 22ba019a2d..16c4269a9b 100644 --- a/playground/README.md +++ b/playground/README.md @@ -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.