Skip to content

Commit

Permalink
docs: typo (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
posva authored May 11, 2024
1 parent 134b0df commit fdf56e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async function foo<T>(msg: T): void {
}
```

One more example that `/// to-promis-all` converts a sequence of `await` expressions to `await Promise.all()`:
One more example that `/// to-promise-all` converts a sequence of `await` expressions to `await Promise.all()`:

<!-- eslint-skip -->

Expand Down

0 comments on commit fdf56e1

Please sign in to comment.