We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0af28 commit cef8936Copy full SHA for cef8936
1 file changed
docs/mojito-inject/getting-started.md
@@ -14,7 +14,7 @@ Mojito inject API is available in extension versions 1.4.0 and above.
14
```ts
15
const version = await window.mojito.version;
16
console.log('Mojito version:', version);
17
-// shoudl be 1.4.0 or higher
+// should be 1.4.0 or higher
18
```
19
20
Check for a proper version
0 commit comments