Skip to content

Commit 70eae7c

Browse files
fix: added fullstop after sentence
1 parent 9fbdd21 commit 70eae7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation-standards.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ To break the example down piece by piece:
4848
* The options section should begin with `## OPTIONS`. Keep a blank line before and after the heading.
4949
* Each option should be named in a manner that concisely describes its purpose.
5050
* Example section should start with `## EXAMPLES`. Keep blank line before and after the heading.
51-
* Include a blank line before and after each example to help visually indicate each as a separate example
51+
* Include a blank line before and after each example to help visually indicate each as a separate example.
5252
* Each example should have 3 parts.
5353
- Description
5454
+ Must start with `#` and a space.
55-
+ Sentence should start with capital letter
55+
+ Sentence should start with capital letter.
5656
+ Comment must end in full-stops, exclamation marks, or question marks.
5757
+ Eg: `# Create database.`
5858
- Command

0 commit comments

Comments
 (0)