Merge pull request #584 from carlmanaster/patch-1

Fix typo
This commit is contained in:
Christopher Horrell 2017-11-08 18:34:00 -05:00 committed by GitHub
commit 0faba5546f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ $ docker run node npm --loglevel=warn ...
The `node` images come in many flavors, each designed for a specific use case.
All of the images contain pre-installed versions of `node`,
[`npm`](https://www.npmjs.com/), and [`yarn`](https://yarnpkg.com). For each
supported architecutre, the supported variants are different. In the file:
supported architecture, the supported variants are different. In the file:
[architectures](./architectures), it lists all supported variants for all of
the architecures that we support now.