Skip to content

Commit 843a701

Browse files
authored
Remove unnecessary verbs (#766)
## Summary ## How was it tested? Signed-off-by: Zhizhen He <[email protected]>
1 parent 9469477 commit 843a701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/docs/guides/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Using Devbox Plugins
33
---
44

5-
This doc describes how to use Devbox Plugins with your project. **Plugins** are provide a default Devbox configuration for a Nix package. Plugins make it easier to get started with packages that require additional setup when installed with Nix, and they offer a familiar interface for configuring packages. They also help keep all of your project's configuration within your project directory, which helps maintain portability and isolation.
5+
This doc describes how to use Devbox Plugins with your project. **Plugins** provide a default Devbox configuration for a Nix package. Plugins make it easier to get started with packages that require additional setup when installed with Nix, and they offer a familiar interface for configuring packages. They also help keep all of your project's configuration within your project directory, which helps maintain portability and isolation.
66

77
If a plugin is available for your package, it will activate when you install the plugin using `devbox add <package name>`.
88

0 commit comments

Comments
 (0)