Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed typo
  • Loading branch information
aruneshchandra authored May 23, 2017
commit 9330f6ff39087ac8d1da4aaf01debebc9b187f5f
2 changes: 1 addition & 1 deletion locale/en/docs/guides/publishing-napi-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version 1.2.0-3 is later than the non-N-API published version (1.2.0-2), it
will not be installed if someone chooses to install `iotivity-node` by simply
running `npm install iotivity-node`. This will install the non-N-API version
by default. The user will have to run `npm install iotivity-node@n-api` to
receive the N-API version. For more information on usig tags with npm check
receive the N-API version. For more information on using tags with npm check
out https://docs.npmjs.com/getting-started/using-tags
Copy link
Copy Markdown
Contributor

@refack refack May 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Suggestion] I would call the link by it's name:
check out ["Using dist-tags"](https://docs.npmjs.com/getting-started/using-tags).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: what do you think about adding a link to https://docs.npmjs.com/getting-started/using-tags?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done! Thanx

## To introduce a dependency on an N-API version of a package
Expand Down