From bd5d036313917df4e5062a69072a76bdcc5b089c Mon Sep 17 00:00:00 2001 From: Pierre du Plessis Date: Mon, 12 Jun 2017 21:59:29 +0200 Subject: [PATCH] Update example comment to remove unnecessary text --- 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 65ee0891107..137b6b34b31 100644 --- a/frontend/encore/simple-example.rst +++ b/frontend/encore/simple-example.rst @@ -22,7 +22,7 @@ Inside, use Encore to help generate your Webpack configuration. var Encore = require('@symfony/webpack-encore'); Encore - // directory where should all compiled assets will be stored + // directory where all compiled assets will be stored .setOutputPath('web/build/') // what's the public path to this directory (relative to your project's document root dir)