diff --git a/docs/en/next/publishing.html b/docs/en/next/publishing.html index e433cfe5dd..e0e3f94d83 100644 --- a/docs/en/next/publishing.html +++ b/docs/en/next/publishing.html @@ -99,7 +99,7 @@
.circleci
folder and create a config.yml
under that folder..circleci/config.yml
.# If you only one circle to run on direct commits to master, you can uncomment this out
+# If you only want circle to run on direct commits to master, you can uncomment this out
# and uncomment the filters: *filter-only-master down below too
#
# aliases:
@@ -113,7 +113,7 @@
deploy-website:
docker:
# specify the version you desire here
- - image: circleci/node:7.10
+ - image: circleci/node:8.11.1
steps:
- checkout