aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/debugging.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev/debugging.md')
-rw-r--r--docs/dev/debugging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/debugging.md b/docs/dev/debugging.md
index cc7a790ff..5876e71bc 100644
--- a/docs/dev/debugging.md
+++ b/docs/dev/debugging.md
@@ -10,7 +10,7 @@
10- Install all TypeScript dependencies 10- Install all TypeScript dependencies
11 ```bash 11 ```bash
12 cd editors/code 12 cd editors/code
13 npm install 13 npm ci
14 ``` 14 ```
15 15
16## Common knowledge 16## Common knowledge