From d375fc4e635139ff598b6121702ed88d1cacf9bf Mon Sep 17 00:00:00 2001 From: chaozding <3261391-chaozding@users.noreply.gitlab.com> Date: Sun, 3 Mar 2019 15:05:23 +0000 Subject: [PATCH] change a word subsequent --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e563f7..00040c2 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ pages: ``` This sets up a `node9.11.1` environment, then uses `yarn install` to install dependencies and `yarn build` to build out the website to the `./public` directory. -It also caches the `node_modules` directory to speed up sebsequent builds. +It also caches the `node_modules` directory to speed up subsequent builds. ## Building locally -- GitLab