docs: Lots of small typo fixes (#480)

This commit is contained in:
Leo Shklovskii
2024-02-23 12:45:58 -05:00
committed by GitHub
parent ee5e76e4b1
commit e7880fcde0
21 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ For MV2, the background is added as a script to the background page. For MV3, th
## Definition
:::warning
The main function of the background **_CANNOT BE ASYNC_**. Event listeners must be added syncronously on background startup. If your main function returns a promise, WXT will log an error.
The main function of the background **_CANNOT BE ASYNC_**. Event listeners must be added synchronously on background startup. If your main function returns a promise, WXT will log an error.
:::
```ts