We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent6fd5e52 commit1baf7e0Copy full SHA for 1baf7e0
cookbook/workflow/new_project_git.rst
@@ -47,7 +47,7 @@ git repository:
47
As you might have noticed, not all files that were downloaded by Composer in step 1,
48
have been staged for commit by Git. Certain files and folders, such as the project's
49
dependencies (which are managed by Composer), ``parameters.yml`` (which contains sensitive
50
- information such as database credentials), log- and cache files and dumped assets (which are
+ information such as database credentials), log and cache files and dumped assets (which are
51
created automatically by your project), should not be committed in Git. To help you prevent
52
committing those files and folders by accident, the Standard Distribution comes with a
53
file called ``.gitignore``, which contains a list of files and folders that Git should