From 4be33b8128cdaef753361e9b1fe0bdc133b51f56 Mon Sep 17 00:00:00 2001 From: Soichiro Miki Date: Tue, 8 Feb 2022 06:33:11 +0900 Subject: [PATCH] Change "return statement" to "return keyword" (#4137) --- beta/src/pages/learn/your-first-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta/src/pages/learn/your-first-component.md b/beta/src/pages/learn/your-first-component.md index 1f0b271a64a..cae284d46d6 100644 --- a/beta/src/pages/learn/your-first-component.md +++ b/beta/src/pages/learn/your-first-component.md @@ -102,7 +102,7 @@ Return statements can be written all on one line, as in this component: return Katherine Johnson; ``` -But if your markup isn't all on the same line as the return statement, you must wrap it in a pair of parentheses like this: +But if your markup isn't all on the same line as the `return` keyword, you must wrap it in a pair of parentheses like this: ```js return (