mirror of https://github.com/docker/docs.git
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:
parent
a17a47dd77
commit
589a83a38a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue