Skip to content

Commit 38902a5

Browse files
committed
Minor reword
1 parent aecd1cf commit 38902a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configuration.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,9 @@ files directly in the ``config/packages/`` directory.
465465
when@test:
466466
webpack_encore:
467467
strict_mode: false
468-
469-
# you can use "Yaml anchors" to share config between multiple environments (make "test" config identical to "prod")
468+
469+
# YAML syntax allows to reuse contents using "anchors" (&some_name) and "aliases" (*some_name).
470+
# In this example, 'test' configuration uses the exact same configuration as in 'prod'
470471
when@prod: &webpack_prod
471472
webpack_encore:
472473
# ...

0 commit comments

Comments
 (0)