From 4b1eaaef3616e047cdde5b401c35425bbdb761e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honor=C3=A9=20HOUNWANOU?= Date: Wed, 13 Sep 2017 02:53:58 -0400 Subject: [PATCH] Add some punctuations Harmonize punctuations. --- symfony/framework-bundle/3.3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/symfony/framework-bundle/3.3/Makefile b/symfony/framework-bundle/3.3/Makefile index 7ec3972e..8926c946 100644 --- a/symfony/framework-bundle/3.3/Makefile +++ b/symfony/framework-bundle/3.3/Makefile @@ -16,7 +16,7 @@ cache-warmup: cache-clear ifdef CONSOLE @$(CONSOLE) cache:warmup else - @printf "Cannot warm up the cache (needs symfony/console)\n" + @printf "Cannot warm up the cache (needs symfony/console).\n" endif .PHONY: cache-warmup @@ -32,7 +32,7 @@ endif serve_as_php: @printf "\033[32;49mServer listening on http://127.0.0.1:8000\033[39m\n"; @printf "Quit the server with CTRL-C.\n" - @printf "Run \033[32mcomposer require symfony/web-server-bundle\033[39m for a better web server\n" + @printf "Run \033[32mcomposer require symfony/web-server-bundle\033[39m for a better web server.\n" php -S 127.0.0.1:8000 -t public serve: