From 589a83a38ac5f9c53a45943ab6866468d19b0076 Mon Sep 17 00:00:00 2001 From: schalkwijk Date: Mon, 5 Feb 2018 11:35:49 -0600 Subject: [PATCH] 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;`. --- compose/rails.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/rails.md b/compose/rails.md index 6e92b25b0c..5828be47ab 100644 --- a/compose/rails.md +++ b/compose/rails.md @@ -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