From f44666da6df853c66654ab7ba0fcb3bd675ec560 Mon Sep 17 00:00:00 2001 From: Instinct <61635505+uinstinct@users.noreply.github.com> Date: Thu, 28 Sep 2023 19:12:09 +0530 Subject: [PATCH] fix: added a space (#1574) --- docs/guides/features/plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: