Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abd6a67

Browse files
committed
minor #10678 Remove typo in command (JeroenMoonen)
This PR was merged into the 4.1 branch. Discussion ---------- Remove typo in command Remove typo in command <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 9545e2a Remove typo in command
2 parents 552c488 + 9545e2a commit abd6a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/flex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ manual steps:
206206

207207
.. code-block:: terminal
208208
209-
$ rm -fr vendor/*
209+
$ rm -rf vendor/*
210210
$ composer install
211211
212212
#. No matter which of the previous steps you followed. At this point, you'll have

0 commit comments

Comments
 (0)