From dad47a1c781451097bac156d349453d6b7073141 Mon Sep 17 00:00:00 2001 From: kilyerd Date: Fri, 5 Mar 2021 11:24:00 +0100 Subject: [PATCH] typo fix (it's to its) --- .../javascript/reference/statements/async_function/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/javascript/reference/statements/async_function/index.html b/files/en-us/web/javascript/reference/statements/async_function/index.html index a36d8ddd54090ad..89c6a175a0e6f34 100644 --- a/files/en-us/web/javascript/reference/statements/async_function/index.html +++ b/files/en-us/web/javascript/reference/statements/async_function/index.html @@ -54,7 +54,7 @@

Description

The await keyword is only valid inside async functions within regular JavaScript code. If you use it outside of an async function's body, you will get a {{jsxref("SyntaxError")}}.

-

await can be used on it's own with JavaScript modules.

+

await can be used on its own with JavaScript modules.