Skip to content

Commit 2af9e38

Browse files
authored
Merge pull request circleci#4379 from 2357gi/fix_typo
fix: typo /_cci2_ja/code-coverage.md
2 parents b9face5 + 0757ab0 commit 2af9e38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jekyll/_cci2/code-coverage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class ActiveSupport::TestCase
5656
end
5757
```
5858

59-
Now configure your `.circleci/config.yaml` for uploading your coverage report.
59+
Now configure your `.circleci/config.yml` for uploading your coverage report.
6060

6161
```yaml
6262
version: 2

jekyll/_cci2_ja/code-coverage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class ActiveSupport::TestCase
4646
end
4747
```
4848

49-
次に、カバレッジレポートをアップロードするために `.circleci/config.yaml` を設定します。
49+
次に、カバレッジレポートをアップロードするために `.circleci/config.yml` を設定します。
5050

5151
```yaml
5252
version: 2

0 commit comments

Comments
 (0)