diff --git a/docs/04-plugins/02-plugin-outlet.md b/docs/04-plugins/02-plugin-outlet.md index 9e7e585..cbfd154 100644 --- a/docs/04-plugins/02-plugin-outlet.md +++ b/docs/04-plugins/02-plugin-outlet.md @@ -29,7 +29,7 @@ When authoring your plugin, look in the discourse handlebars templates (in `.hbs > :exclamation: If you want to see some of the places where plugin outlets exist, you can run the following command if you're on OSX or Linux: > > ```sh -> git grep " git grep " ``` @RGJ has also written [a theme component](https://meta.discourse.org/t/plugin-outlet-locations-theme-component/100673) to show their locations.