فهرست منبع

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