Skip to content

Commit 4400b8c

Browse files
authored
Fix minor spelling mistake in plugins.md doc. (#1601)
Fix minor spelling mistake in plugins.md doc. ## Summary ## How was it tested? --------- Signed-off-by: AZ <5427064+az-pz@users.noreply.github.com>
1 parent df1982d commit 4400b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/docs/guides/plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This doc describes how to use Devbox Plugins with your project. **Plugins** prov
66

77
## Using Plugins
88

9-
### Built-in PLguins
9+
### Built-in Plugins
1010

1111
If you add one of the packages listed above to your project using `devbox add <pkg>`, Devbox will automatically activate the plugin for that package.
1212

@@ -34,7 +34,7 @@ Built-in plugins are available for the following packages. You can activate the
3434
* [Ruby](../devbox_examples/languages/ruby.md)(ruby, ruby_3_1, ruby_3_0...)
3535

3636

37-
### Local PLugins
37+
### Local Plugins
3838

3939
You can also [define your own plugins](./creating_plugins.md) and use them in your project. To use a local plugin, add the following to the `include` section of your devbox.json:
4040

0 commit comments

Comments
 (0)