From fa89af8d9b5d564ee5c1af1b3435b66725d1dee2 Mon Sep 17 00:00:00 2001 From: Eduard Date: Mon, 6 Feb 2023 07:31:18 +0100 Subject: [PATCH] docs(your-first-component.md): edit typo (#5543) --- beta/src/content/learn/your-first-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta/src/content/learn/your-first-component.md b/beta/src/content/learn/your-first-component.md index 608f729d3..0cb88bbb1 100644 --- a/beta/src/content/learn/your-first-component.md +++ b/beta/src/content/learn/your-first-component.md @@ -296,7 +296,7 @@ Something isn't right about this `return` statement. Can you fix it? -You may get an "Unexpected token" error while trying to fix this. In that case, check the that semicolon appears *after* the closing parenthesis. Leaving a semicolon inside `return ( )` will cause an error. +You may get an "Unexpected token" error while trying to fix this. In that case, check that the semicolon appears *after* the closing parenthesis. Leaving a semicolon inside `return ( )` will cause an error.