Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Jan 31, 2017
1 parent b7a2bf5 commit cd9c547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/plugin-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ In your terminal, go to your Craft project’s `plugins/` folder and create a sy

#### Set your plugin up as a Composer dependency

Composer supports a [`path` repository type][path] repository type, which can be used to symlink your plugin into the `vendor/` folder right alongside your project’s other dependencies (like Craft itself). This is the best way to go if your plugin has any of its own dependencies, as Composer will still load those into the `vendor` folder like normal.
Composer supports a [`path` repository type][path], which can be used to symlink your plugin into the `vendor/` folder right alongside your project’s other dependencies (like Craft itself). This is the best way to go if your plugin has any of its own dependencies, as Composer will still load those into the `vendor` folder like normal.

To set this up, open your Craft project’s `composer.json` file and add a new `path` repository record, pointed at your plugin’s root directory.

Expand Down

0 comments on commit cd9c547

Please sign in to comment.