Skip to content

Commit 0e67451

Browse files
authored
Merge pull request #9569 from tegonal/doc-dottydoc
doc(dottydoc) write out `would` and remove superfluous word
2 parents a92473b + e02aa86 commit 0e67451

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/usage/dottydoc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ An example structure with an include file "sidebar.html":
143143
Sidebar
144144
=======
145145
Dottydoc gives you the ability to create your own custom table of contents,
146-
this can either be achieved by overriding the `toc.html` include - or by
146+
this can either be achieved by overriding the `toc.html` or by
147147
providing a `sidebar.yml` file in the site root:
148148

149149
```yaml
@@ -162,7 +162,7 @@ sidebar:
162162
163163
The `sidebar` key is mandatory, as well as `title` for each element. The
164164
default table of contents allows you to have subsections - albeit the current
165-
depth limit is 2 - we'd love to see this change, contributions welcome!
165+
depth limit is 2 -- we would love to see this changed, contributions welcome!
166166

167167
The items which have the `subsection` key, may not have a `url` key in the
168168
current scheme. A site root example with this could be:
@@ -193,7 +193,7 @@ Linking to members is done in the same fashion:
193193
```
194194

195195
Dottydoc denotes objects by ending their names in "$". To select `Object.range`
196-
you'd therefore write:
196+
you would therefore write:
197197

198198
```markdown
199199
[Object.range](scala.collection.immutable.List$.range)
@@ -211,7 +211,7 @@ therefore Dottydoc makes it easy to render this inline:
211211
Other extensions
212212
----------------
213213
We would love to have your feedback on what you think would be good in order to
214-
render the documentation you want! Perhaps you'd like to render method
214+
render the documentation you want! Perhaps you would like to render method
215215
definitions or members? Let us know by filing
216216
[issues](https://github.com/lampepfl/dotty/issues/new)!
217217

0 commit comments

Comments
 (0)