We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af49775 commit 8653cd1Copy full SHA for 8653cd1
docs/user-guide/first-steps.md
@@ -75,7 +75,7 @@ attributes:
75
JSON or a TOML file,
76
`config='{"packages":["numpy"]}'` and `config="./config.json"` or
77
`config="./config.toml"` are all valid.
78
-* `async` - set this flag to `"false"` so your code won't not run within a
+* `async` - set this flag to `"false"` so your code won't run within a
79
[top level await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await#top_level_await)
80
(the default behaviour).
81
0 commit comments