Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #708

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docguide/style.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ When nesting lists, use a 4 space indent for both numbered and bulleted lists:
4 space indent for wrapped text.
1. 2 spaces after a numbered list.
8 space indent for the wrapped text of a nested list.
2. Looks nice, don't it?
2. Looks nice, doesn't it?
* 3 spaces after a bullet.
```

Expand All @@ -199,8 +199,8 @@ with no indent for wrapped text.
1. Irregular nesting... DO NOT DO THIS.
```

Even when there's no nesting, using the 4 space indent makes layout consistent
for wrapped text:
Even when there's no nesting, using the 4 space indent makes the layout
consistent for wrapped text:

```markdown
* Foo,
Expand Down