From 7698b6ad9adc08abc51bf15ab1dbc6119406e73b Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 13 Jun 2017 09:28:09 +0200 Subject: [PATCH] nodejs: fix a typo in README --- nodejs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/README.md b/nodejs/README.md index 6ab468f1..8170f4ae 100644 --- a/nodejs/README.md +++ b/nodejs/README.md @@ -8,4 +8,4 @@ Everything is in the `tasks/main.yml` file. ## Variables -* `nodejs_apt_version`: verison for the repository (default: `node_6.x`). +* `nodejs_apt_version`: version for the repository (default: `node_6.x`).