From e9cc5c279f528e44031a1236b1d331ca807941cd Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 11 Apr 2019 22:01:04 +0200 Subject: [PATCH] small improvements --- frontend/encore/vuejs.rst | 2 +- setup/symfony_server.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/encore/vuejs.rst b/frontend/encore/vuejs.rst index b80a850b9df..4a9e1d0074b 100644 --- a/frontend/encore/vuejs.rst +++ b/frontend/encore/vuejs.rst @@ -144,7 +144,7 @@ you can import them with ``require()`` function: render() { return (
- +
) } diff --git a/setup/symfony_server.rst b/setup/symfony_server.rst index 3dd82c2e7cf..f93a8175f87 100644 --- a/setup/symfony_server.rst +++ b/setup/symfony_server.rst @@ -55,7 +55,7 @@ run the Symfony server in the background: Enabling TLS ------------ -Browsing the secure version of your apps locally is important to detect +Browsing the secure version of your applications locally is important to detect problems with mixed content early, and to run libraries that only run in HTTPS. Traditionally this has been painful and complicated to set up, but the Symfony server automates everything. First, run this command: