From aebca4eafcf1b8323bee8027d2d9e11c0c103f99 Mon Sep 17 00:00:00 2001 From: Oliver Adria Date: Wed, 16 Aug 2017 23:32:16 +0300 Subject: [PATCH] Type in shorter version of command --- frontend/encore/simple-example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/encore/simple-example.rst b/frontend/encore/simple-example.rst index c9535dce970..8722b0bdd74 100644 --- a/frontend/encore/simple-example.rst +++ b/frontend/encore/simple-example.rst @@ -73,7 +73,7 @@ To build the assets, use the ``encore`` executable: # shorter version of the above 3 commands $ yarn run encore dev $ yarn run encore dev -- --watch - $ yarn run encore prodution + $ yarn run encore production .. note::