Skip to content

Commit

Permalink
📖 Fix typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Mak-Di authored Aug 29, 2016
1 parent fbd79bb commit 29bf9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/internals/git-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ where `<extension-name>` is the name of the extension, e.g. `redis`.

If you want to test the extension in one of the application templates, just add it to the `composer.json` of the application as you would
normally do e.g. add `"yiisoft/yii2-redis": "*"` to the `require` section of the basic app.
Running `php build/build dev/app basic` will install the extension and its dependecies and create
Running `php build/build dev/app basic` will install the extension and its dependencies and create
a symlink to `extensions/redis` so you are not working in the composer vendor dir but in the yii2 repository directly.

> Note: The default git repository Urls clone from github via SSH, you may add the `--useHttp` flag to the `build` command
Expand Down

0 comments on commit 29bf9fe

Please sign in to comment.