1029: Fix typo in Docker deployment docs (#1030)

* #1029 Replace "wan't" with "want"

* #1029 Add self to CONTRIBUTORS.rst
This commit is contained in:
Matt Braymer-Hayes 2017-02-10 00:21:04 -08:00 committed by Jannis Gebauer
parent 69bc96d9ba
commit 5b75a9ccf2
2 changed files with 3 additions and 1 deletions

View File

@ -107,6 +107,7 @@ Listed in alphabetical order.
Lyla Fischer
Martin Blech
Mathijs Hoogland `@MathijsHoogland`_
Matt Braymer-Hayes `@mattayes`_ @mattayes
Matt Linares
Matt Menzenski `@menzenski`_
Matt Warren `@mfwarren`_
@ -193,6 +194,7 @@ Listed in alphabetical order.
.. _@knitatoms: https://github.com/knitatoms
.. _@krzysztofzuraw: https://github.com/krzysztofzuraw
.. _@MathijsHoogland: https://github.com/MathijsHoogland
.. _@mattayes: https://github.com/mattayes
.. _@menzenski: https://github.com/menzenski
.. _@mfwarren: https://github.com/mfwarren
.. _@mimischi: https://github.com/mimischi

View File

@ -143,7 +143,7 @@ If you have errors, you can always check your stack with `docker-compose`. Switc
Supervisor Example
-------------------
Once you are ready with your initial setup, you wan't to make sure that your application is run by a process manager to
Once you are ready with your initial setup, you want to make sure that your application is run by a process manager to
survive reboots and auto restarts in case of an error. You can use the process manager you are most familiar with. All
it needs to do is to run `docker-compose up` in your projects root directory.