Skip to content

Commit 25a18f1

Browse files
committed
Change to inline code
1 parent 19117d0 commit 25a18f1

File tree

1 file changed

+1
-1
lines changed
  • docs/2-browser-apps/01-inspector

1 file changed

+1
-1
lines changed

docs/2-browser-apps/01-inspector/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ JavaScript の実行がブレークポイントを設定した地点に差し掛
109109
:::tip `console.log`
110110

111111
デバッガを使わずに、`console.log` を使ってデバッグすることもできます。`console.log` は、ブラウザの開発者ツールの `Console` に値を出力する関数です。
112-
以下のプログラムは xy の和を出力するプログラムですが、`console.log` を使ってプログラムの実行中に値の変化を確認したり、エラーが発生した際に原因を特定することができます。
112+
以下のプログラムは `x``y` の和を出力するプログラムですが、`console.log` を使ってプログラムの実行中に値の変化を確認したり、エラーが発生した際に原因を特定することができます。
113113

114114
```javascript
115115
let x = 5;

0 commit comments

Comments
 (0)