diff options
author | Max Schumacher <maximilianbschumacher@gmail.com> | 2020-01-31 21:53:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-31 21:53:25 +0100 |
commit | a0f91aacf973114021cf0f789399e6b9c20f3093 (patch) | |
tree | 69dafc14dd62126d4e88dc54e1d33cf1c067eb38 | |
parent | db9e4f44d31d9793961fce8d1b36ad95e4772c85 (diff) | |
parent | d5432679c75c57dd280af957df8063d10b30db99 (diff) |
Merge pull request #3837 from bartonstanley/patch-2
[CONTRIBUTING.markdown] Change "buid" to "build"
-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. |