We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7594e commit 3a0b967Copy full SHA for 3a0b967
src/main/resources/ja/plugin/index.md
@@ -129,9 +129,9 @@ if (location.href === 'https://example.com/') {
129
130
---
131
132
-プラグインの本文ではawaitを使うことができません。
+プラグインの本文では `await` を使うことができません。
133
134
-awaitを使う場合は、以下のようにPromiseで囲う必要があります。
+`await` を使う場合は、以下のように `Promise` で囲う必要があります。
135
136
```javascript
137
new Promise(async () => {
0 commit comments