Use correct HTML character reference for em dash (#5917)

Minor typo in the docs - `—` should be used for an [em dash](https://en.wikipedia.org/wiki/Dash#Common_dashes), not `&8212;`.
This commit is contained in:
schalkwijk 2018-02-05 11:35:49 -06:00 committed by Misty Stanley-Jones
parent a17a47dd77
commit 589a83a38a
1 changed files with 2 additions and 2 deletions

View File

@ -149,8 +149,8 @@ You can now boot the app with [docker-compose up](/compose/reference/up/):
docker-compose up
If all's well, you should see some PostgreSQL output, and then&8212;after a few
seconds&8212;the familiar refrain:
If all's well, you should see some PostgreSQL output, and then — after a few
seconds — the familiar refrain:
Starting rails_db_1 ...
Starting rails_db_1 ... done