We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4647cf6 commit 9b8ee29Copy full SHA for 9b8ee29
docs/1-trial-session/03-javascript/index.mdx
@@ -71,7 +71,7 @@ document.write("Hello World3");
71
72
:::tip
73
74
-改行が表示されず困っていますか?`document.write` 関数で出力したテキストは、HTMLとして解釈されます。`br` 要素や `p` 要素を使いましょう。
+改行が表示されず困っていますか?`document.write` で出力したテキストは、HTMLとして解釈されます。`br` 要素や `p` 要素を使いましょう。
75
76
:::
77
0 commit comments