浏览代码

Update CONTRIBUTING.md

typo fix
J Forde 7 年之前
父节点
当前提交
0071bc7608
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
CONTRIBUTING.md

@@ -232,7 +232,7 @@ jlpm run build:packages
 
 ## [Writing Documentation](#writing-documenation)
 
-Documentation is written in Markdown and reStructuredText.  In particular, the documentation on our Read the Docs page is written in reStructuredText. To ensure that the Read the Docs page builds, you'll need to install the documentation dependencies with `conda`.  These dependencies are located in `docs/enviornment.yml`.  You can install the dependencies for building the documentations by creating a new conda environment:
+Documentation is written in Markdown and reStructuredText.  In particular, the documentation on our Read the Docs page is written in reStructuredText. To ensure that the Read the Docs page builds, you'll need to install the documentation dependencies with `conda`.  These dependencies are located in `docs/environment.yml`.  You can install the dependencies for building the documentation by creating a new conda environment:
 
 ```bash
 conda env create -f docs/environment.yml