fixes typos (#1031)

* fix typo in DEVELOPMENT.md

* fix doc typo in upstream_lister.go

* Remove Olympus references

* fix typo in DEVELOPMENT.md

* Update DEVELOPMENT.md
This commit is contained in:
Pascal Dierich
2019-01-05 19:21:24 +01:00
committed by Marwan Sulaiman
parent 53dd1c605e
commit 9964e84902
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ on to the next step.
If you want to stop everything at any time, run `make down`.
Note that `make dev` only runs the minimum amount of dependencies needed for things to work. If you'd like to run all the possible dependencies run `make alldeps` or directly the services available in the `docker-compose.yml` file. Keep in mind, though, that `make alldeps` does not start up Athens or Oympus, but **only** their dependencies.
Note that `make dev` only runs the minimum amount of dependencies needed for things to work. If you'd like to run all the possible dependencies run `make alldeps` or directly the services available in the `docker-compose.yml` file. Keep in mind, though, that `make alldeps` does not start up Athens, but **only** its dependencies.
# Run unit tests