From fdf56e1214f725c0c4638ec8a682cdd6524e7af2 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sat, 11 May 2024 13:07:55 +0200 Subject: [PATCH] docs: typo (#14) --- docs/guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index 40fca50..a4fd98d 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -25,7 +25,7 @@ async function foo(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()`: