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 414b765 commit f642444Copy full SHA for f642444
docs/CONTRIBUTING.md
@@ -4,7 +4,7 @@
4
5
### 全体
6
7
-- なるべく`bash`のビルドインコマンドを使用する
+- なるべく`bash`のビルトインコマンドを使用する
8
- 外部コマンドを使用する場合は依存パッケージを追加する(極力使用しないでください)
9
10
### 出力
@@ -83,7 +83,7 @@ Issueを送る際は以下の情報を記述して下さい。
83
84
### General
85
86
-- Use the `bash` build-in command if possible
+- Use the `bash` built-in command if possible
87
- Add a dependency package if you use an external command (please try not to use it as much as possible)
88
89
### Output
0 commit comments