From 71f22c842bc3f9e04ebf110461c42b07a304f352 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Wed, 26 Apr 2017 10:16:12 -0700 Subject: 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: https://github.com/nodejs/node/pull/12673 Reviewed-By: Vse Mozhet Byt Reviewed-By: Benjamin Gruenbaum Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Gibson Fahnestock --- doc/api/addons.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api/addons.md') diff --git a/doc/api/addons.md b/doc/api/addons.md index 58f029fb20..311192064e 100644 --- a/doc/api/addons.md +++ b/doc/api/addons.md @@ -37,7 +37,7 @@ involving knowledge of several components and APIs : See [Linking to Node.js' own dependencies][] for additional information. All of the following examples are available for [download][] and may -be used as a starting-point for your own Addon. +be used as the starting-point for an Addon. ## Hello world @@ -98,7 +98,7 @@ Addon module name is `addon`. Once the source code has been written, it must be compiled into the binary `addon.node` file. To do so, create a file called `binding.gyp` in the -top-level of the project describing the build configuration of your module +top-level of the project describing the build configuration of the module using a JSON-like format. This file is used by [node-gyp][] -- a tool written specifically to compile Node.js Addons. -- cgit v1.2.3