Fix windows/*/create spelling

This commit is contained in:
Omar Rizwan 2024-12-28 09:34:41 -05:00
commit cdf0f2e2dc
2 changed files with 2 additions and 2 deletions

View file

@ -473,7 +473,7 @@ Read that file to evaluate and return the current value of that JS expression.`,
})
};
})();
Routes["/windows/#WINDOW_ID/crate"] = {
Routes["/windows/#WINDOW_ID/create"] = {
async write({windowId, buf}) {
const url = buf.trim();
await browser.tabs.create({ windowId: windowId, url: url });

View file

@ -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