Skip to content

Commit 7acd15f

Browse files
committed
minor #10370 [Encore] Make title in FAQ more clear (royklutman)
This PR was squashed before being merged into the 3.4 branch (closes #10370). Discussion ---------- [Encore] Make title in FAQ more clear The current command in the bold text looks a little odd, because monospaced text can't be combined with bold text in RST: ![image](https://user-images.githubusercontent.com/14876024/45815287-75cb0f80-bcd8-11e8-933c-d67f61e82a15.png) It makes more sense to use double quotes: ![image](https://user-images.githubusercontent.com/14876024/45815313-867b8580-bcd8-11e8-87ee-2115ae1154b7.png) See: https://symfony.com/doc/master/frontend/encore/faq.html#how-do-i-deploy-my-encore-assets Commits ------- da34edd [Encore] Make title in FAQ more clear
2 parents d91b8ab + da34edd commit 7acd15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ How do I deploy my Encore Assets?
88

99
There are two important things to remember when deploying your assets.
1010

11-
**1) Run ``encore production``**
11+
**1) Compile assets for production**
1212

1313
Optimize your assets for production by running:
1414

0 commit comments

Comments
 (0)