Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mariam-abdulla committed Dec 13, 2024
1 parent c9a141d commit 6a86c66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/RFCs/011-Sdk-Testing-Platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Here is a global.json sample:
```

It contains the properties below:
- test: Contains configuration related to the test settings.
- runner: Specifies the test runner details.
- name: The name of the test runner to be used, in this case, "MicrosoftTestingPlatform".
- test: Contains configuration related to the test settings.

Check failure on line 46 in docs/RFCs/011-Sdk-Testing-Platform.md

View workflow job for this annotation

GitHub Actions / lint

Lists should be surrounded by blank lines [Context: "- test: Contains configuration..."]
- runner: Specifies the test runner details.
- name: The name of the test runner to be used, in this case, "MicrosoftTestingPlatform".

Check failure on line 49 in docs/RFCs/011-Sdk-Testing-Platform.md

View workflow job for this annotation

GitHub Actions / lint

Trailing spaces [Expected: 0; Actual: 1]
#### 2. Example 2

Expand Down

0 comments on commit 6a86c66

Please sign in to comment.