Skip to content

Commit a63fd79

Browse files
authored
Update voice-tone.md
1 parent 82a5de4 commit a63fd79

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

styleguide/voice-tone.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Developers will be reading your documents to learn .NET core, and to use it in t
44
Your goal is to create useful documentation that helps the reader on their journey. Our guidelines
55
help with that. Our style guide contains four recommendations:
66
- [Use a Conversational Tone](#use-a-conversational-tone)
7-
- [Write in Second Person](#write-in-2nd-person)
7+
- [Write in Second Person](#write-in-second-person)
88
- [Use Active Voice](#use-active-voice)
99
- [Target a 5th Grade Reading Level](#target-a-5th-grade-reading-level)
1010

@@ -62,7 +62,7 @@ The first sentence uses active voice. The second sentence was written in passive
6262

6363
We recommend active voice because it is more readable. Passive voice can be more difficult to read.
6464

65-
### Target a Fifth Grade Reading Level
65+
### Target a 5th Grade Reading Level
6666

6767
We provide this final guideline because many of our readers are not native English speakers.
6868
You are reaching an international audience with your articles. Please take into account that
@@ -75,4 +75,4 @@ reading your articles will have a formal computer science degree. Terms like 'id
7575
need to be defined if you use it:
7676

7777
>The Close() method is idempotent, meaning that you can call it multiple times and the effect is
78-
the same as if you called it once.
78+
the same as if you called it once.

0 commit comments

Comments
 (0)