Fixed typo

This commit is contained in:
Jan Renz
2015-04-16 09:44:27 +02:00
parent ac113ec717
commit 68ab935e12

View File

@ -35,7 +35,7 @@ In order to execute code submissions using Docker, source code files are written
The application is compatible with MRI and JRuby. Due to superior parallelism, we recommend using JRuby.
## Useful service maintance commands
## Useful service maintenance commands
- delete all containers (include running ones) `docker rm -f $(docker ps -aq)`
- if the application is run as a service restart it by using `service codeocean restart`