diff options
author | Barton Stanley <bartonstanley@users.noreply.github.com> | 2020-01-31 14:20:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-31 14:20:14 -0600 |
commit | d5432679c75c57dd280af957df8063d10b30db99 (patch) | |
tree | 69dafc14dd62126d4e88dc54e1d33cf1c067eb38 /CONTRIBUTING.markdown | |
parent | db9e4f44d31d9793961fce8d1b36ad95e4772c85 (diff) |
[CONTRIBUTING.markdown] Change "buid" to "build"
Diffstat (limited to 'CONTRIBUTING.markdown')
-rw-r--r-- | CONTRIBUTING.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.markdown b/CONTRIBUTING.markdown index 18a5a5d7..3dfd38ce 100644 --- a/CONTRIBUTING.markdown +++ b/CONTRIBUTING.markdown @@ -83,7 +83,7 @@ addition or not. ## Building the site locally -You can buid the site locally to test your changes. Follow the steps below. +You can build the site locally to test your changes. Follow the steps below. * Install Ruby language runtime and RubyGems. See [here](https://middlemanapp.com/basics/install/) for more details. * Clone or zip download the [learnxinyminutes-site](https://github.com/adambard/learnxinyminutes-site) repo. |