@@ -143,7 +143,7 @@ An example structure with an include file "sidebar.html":
143143Sidebar
144144=======
145145Dottydoc 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
147147providing a ` sidebar.yml ` file in the site root:
148148
149149``` yaml
@@ -162,7 +162,7 @@ sidebar:
162162
163163The ` sidebar` key is mandatory, as well as `title` for each element. The
164164default 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
167167The items which have the `subsection` key, may not have a `url` key in the
168168current scheme. A site root example with this could be :
@@ -193,7 +193,7 @@ Linking to members is done in the same fashion:
193193` ` `
194194
195195Dottydoc 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:
211211Other extensions
212212----------------
213213We 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
215215definitions or members? Let us know by filing
216216[issues](https://github.com/lampepfl/dotty/issues/new)!
217217
0 commit comments