diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/tabfs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tabfs.md b/web/tabfs.md index ed9f31a..7045c8f 100644 --- a/web/tabfs.md +++ b/web/tabfs.md @@ -144,7 +144,7 @@ $ echo about:blank > mnt/tabs/create or in a specific window: ``` -$ about:blank > windows/<ID>/crate +$ echo about:blank > windows/<ID>/create ``` #### btw |