Skip to content

Commit 2ae1e04

Browse files
Update copilot-instructions.md (#2005)
1 parent 8630ee9 commit 2ae1e04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/instructions/copilot-instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Avoid using words created for UI features when possible, for example
286286

287287
Write complete sentences for lists, for example:
288288

289-
- Works with all languages and frameworks. (correct)
289+
- Works with all languages and frameworks (correct)
290290
- all languages and frameworks (wrong)
291291

292292
Always use dashes for unordered lists, for example
@@ -308,8 +308,8 @@ Never use asterisks for unordered lists, for example:
308308
Use full stops at the end of list items if the item is a full sentence, otherwise, omit it.
309309

310310
```markdown
311-
- Works with all languages and frameworks. (correct)
312-
- Works with all languages and frameworks (wrong)
311+
- Works with all languages and frameworks (correct)
312+
- Works with all languages and frameworks. (wrong)
313313
```
314314

315315
Always start every ordered list item with 1, for example:

0 commit comments

Comments
 (0)