Skip to content

Commit 285e853

Browse files
committed
minor #972 Fix typo (RusiPapazov)
This PR was merged into the 1.0-dev branch. Discussion ---------- Fix typo Classes live Commits ------- d09f121 Fix typo
2 parents 25cb296 + d09f121 commit 285e853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ the root namespace that is used to "guess" what classes you want to generate:
5454
# config/packages/dev/maker.yaml
5555
# create this file if you need to configure anything
5656
maker:
57-
# tell MakerBundle that all of your classes lives in an
57+
# tell MakerBundle that all of your classes live in an
5858
# Acme namespace, instead of the default App
5959
# (e.g. Acme\Entity\Article, Acme\Command\MyCommand, etc)
6060
root_namespace: 'Acme'

0 commit comments

Comments
 (0)