Skip to content

Commit 71f22c8

Browse files
committed
doc: replace uses of you and other style nits
Replace uses of the pronouns `you` and `your` throughout the docs + other minor style nits PR-URL: #12673 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
1 parent f11d4a1 commit 71f22c8

13 files changed

Lines changed: 129 additions & 125 deletions

File tree

doc/api/addons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ involving knowledge of several components and APIs :
3737
See [Linking to Node.js' own dependencies][] for additional information.
3838

3939
All of the following examples are available for [download][] and may
40-
be used as a starting-point for your own Addon.
40+
be used as the starting-point for an Addon.
4141

4242
## Hello world
4343

@@ -98,7 +98,7 @@ Addon module name is `addon`.
9898

9999
Once the source code has been written, it must be compiled into the binary
100100
`addon.node` file. To do so, create a file called `binding.gyp` in the
101-
top-level of the project describing the build configuration of your module
101+
top-level of the project describing the build configuration of the module
102102
using a JSON-like format. This file is used by [node-gyp][] -- a tool written
103103
specifically to compile Node.js Addons.
104104

doc/api/child_process.md

Lines changed: 2 additions & 2 deletions