Skip to content

Commit 3a0b967

Browse files
Improve formatting in plugin usage documentation
1 parent 7d7594e commit 3a0b967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/ja/plugin/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ if (location.href === 'https://example.com/') {
129129

130130
---
131131

132-
プラグインの本文ではawaitを使うことができません
132+
プラグインの本文では `await` を使うことができません
133133

134-
awaitを使う場合は、以下のようにPromiseで囲う必要があります
134+
`await` を使う場合は、以下のように `Promise` で囲う必要があります
135135

136136
```javascript
137137
new Promise(async () => {

0 commit comments

Comments
 (0)