From 7f07bc5bc01a1766fe2ff10ba4410831459aa80f Mon Sep 17 00:00:00 2001 From: Santiago Miranda Date: Sat, 18 Apr 2020 16:22:48 -0700 Subject: [PATCH] Fixed a typo, first commit. Summary: fixed a typo on contributing md file. Test Plan: just read the file to check the changes. Reviewers: lynorian Reviewed By: lynorian Subscribers: lynorian Differential Revision: https://phab.lubuntu.me/D89 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b8c6b101..2f115447 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,9 +56,9 @@ Contents 20/foo_bar ``` -Then run `make clean && make html && make latexpdf` in the root of the manual directory and it should build successfully with zero wanrings! +Then run `make clean && make html && make latexpdf` in the root of the manual directory and it should build successfully with zero warnings! -## Getting mulitple Versions to Work +## Getting multiple Versions to Work To change into the file for the code you cloned from git of sphinxconfig-versioning and run ``` cd sphinxcontrib-versioning && sudo python3 setup.py install``` ## Making changes and seeking your changes to be pulled