Skip to content

Commit b5c057e

Browse files
committed
patch: typo fix, markdown syntax
1 parent c4ec882 commit b5c057e

File tree

2 files changed

+7
-5
lines changed
  • app/[locale]/roadmap/_components
  • public/content/contributing/style-guide/content-standardization

2 files changed

+7
-5
lines changed

app/[locale]/roadmap/_components/roadmap.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ const RoadmapPage = () => {
256256
</div>
257257
</ExpandableCard>
258258
</div>
259-
260259
</div>
261260
</div>
262261

public/content/contributing/style-guide/content-standardization/index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -356,16 +356,19 @@ He was sure of one thing — he would not give up.
356356
The results -- despite initial doubts -- were impressive.
357357
```
358358

359-
### Examples (e.g.,) and Restatements (i..e,) {#example-restatements}
359+
### Examples (e.g.,) and restatements (i.e.,) {#examples-restatements}
360+
360361
When using examples (e.g.,) or restatements (i.e.,) it should include the comma after the second period.
361362

362-
Usage:
363-
i.e., (that is) introduces a word or phrase that restates what has already been stated.
364-
e.g., (for example) is used similarly to "for example" preceding an item or list of items.
363+
**Usage:**
364+
365+
- i.e., (that is) introduces a word or phrase that restates what has already been stated.
366+
- e.g., (for example) is used similarly to "for example" preceding an item or list of items.
365367

366368
This usage will allow for consistency and presentation across the documentation.
367369

368370
**Examples:**
371+
369372
- Preferred: i.e., or e.g.,
370373
- Avoid: i.e. ie. e.g. or eg.
371374

0 commit comments

Comments
 (0)