Skip to content

Commit a7ee548

Browse files
add missing space before "JavaScript"
Co-authored-by: Jie Peng <[email protected]>
1 parent 866b3be commit a7ee548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout/HomeContent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export function HomeContent() {
192192
<Center>
193193
<Header>使用程式碼與標記語法撰寫你的元件</Header>
194194
<Para>
195-
React 元件是使用JavaScript 函式。
195+
React 元件是使用 JavaScript 函式。
196196
<br />
197197
想要依條件顯示內容嗎?使用 <Code>if</Code> 陳述式;
198198
<br />

0 commit comments

Comments
 (0)