mirror of
https://github.com/osnr/TabFS.git
synced 2026-03-14 21:15:44 +01:00
Fix windows/*/create spelling
This commit is contained in:
parent
52eb713165
commit
cdf0f2e2dc
2 changed files with 2 additions and 2 deletions
|
|
@ -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 });
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue