File tree 1 file changed +3
-3
lines changed
Filter options
1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies as required.
26
26
27
27
## Local setup
28
28
29
- First fork this repository and clone it in some location of your liking. Next,
29
+ First fork this repository and clone it to some location of your liking. Next,
30
30
try to build and run the project:
31
31
32
32
``` bash
@@ -123,10 +123,10 @@ producing a binary.
123
123
Every other repository is mostly independent and it is highly unlikely that
124
124
you would need to have a look at them. However, in the eventuality where you
125
125
would have to, here is the description of each repository scope:
126
- - ` symfony-cli/phpstore ` is a independent library in charge of the PHP
126
+ - ` symfony-cli/phpstore ` is an independent library in charge of the PHP
127
127
installations discovery and the logic to match a specific version to a given
128
128
version constraint.
129
- - ` symfony-cli/console ` is a independent library created to ease the process
129
+ - ` symfony-cli/console ` is an independent library created to ease the process
130
130
of Go command-line application. This library has been created with the goal
131
131
of mimicking the look and feel of the Symfony Console for the end-user.
132
132
- ` symfony-cli/terminal ` is a wrapper around the Input and Output in a command
You can’t perform that action at this time.
0 commit comments