Skip to content

Commit 8653cd1

Browse files
committed
Fix typo
1 parent af49775 commit 8653cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/first-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ attributes:
7575
JSON or a TOML file,
7676
`config='{"packages":["numpy"]}'` and `config="./config.json"` or
7777
`config="./config.toml"` are all valid.
78-
* `async` - set this flag to `"false"` so your code won't not run within a
78+
* `async` - set this flag to `"false"` so your code won't run within a
7979
[top level await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await#top_level_await)
8080
(the default behaviour).
8181

0 commit comments

Comments
 (0)