diff --git a/docs/guides/features/plugin.md b/docs/guides/features/plugin.md index 7ee914a849..f54fa3ef24 100644 --- a/docs/guides/features/plugin.md +++ b/docs/guides/features/plugin.md @@ -21,7 +21,7 @@ fn main() { Plugins are reusable extensions to the Tauri API that solve common problems. They are also a very convenient way to structure your code base! -If you intend to share your plugin with others, we provide a ready-made template! With Tauri's [CLI](../../api/cli.md)installed just run: +If you intend to share your plugin with others, we provide a ready-made template! With Tauri's [CLI](../../api/cli.md) installed just run: