Skip to content

Commit b4791a7

Browse files
authored
Merge pull request #282 from imagentleman/patch-2
Fix typos in Engineering Documentation
2 parents be668cf + e31b7da commit b4791a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engineering/documentation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ and documentation conventions.
189189
A very good example of `CONTRIBUTING.md` is the one from [angular.js](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md).
190190

191191
If you're starting from scratch, create a new `CONTRIBUTING.md` file pointing to this
192-
[general contribution guidlines](documents/CONTRIBUTING.md).
192+
[general contribution guidelines](documents/CONTRIBUTING.md).
193193

194194
Then add any project specific instructions in a different section of your own `CONTRIBUTING.md`.
195195

@@ -222,7 +222,7 @@ The actual form depends on whether the project is a library or a tool.
222222

223223
For libraries, this document tends to be autogenerated from source code.
224224
Tools like godoc, javadoc, etc. provide an easy way to do this.
225-
For tools, the document will be often hand written, think about `man` pages.
225+
For tools, the document will be often handwritten, think about `man` pages.
226226

227227
In both cases, this kinds of document tend to grow quite fast as they provide
228228
detailed information on each feature and the feature's options.

0 commit comments

Comments
 (0)