travis-ci / docs-travis-ci-com

The Travis CI Documentation
http://docs.travis-ci.com
584 stars 3.2k forks source link

A small typo in copy #812

Closed sgoldens closed 6 years ago

sgoldens commented 7 years ago

Within the docs page for Building a Node.js project: Using .nvmrc #

I am guessing "nodjs" is a typo, probably meant to be "nodejs", "node_js" or "Node.js", from this sentence in the Using .nvmrc section:

The .nvmrc file is only read when nodejs key in your .travis.yml files does not specify a nodjs_ version.

plaindocs commented 7 years ago

I reckon you're right. Looks like it should be straight "nodejs". Would you like to submit pull request to fix it?

BanzaiMan commented 7 years ago

It should be:

`node_js`
plaindocs commented 6 years ago

This has been fixed for a while now.