From 566a77fe350d0d1bd92c594fe77f03797b12a068 Mon Sep 17 00:00:00 2001 From: Instinct <61635505+uinstinct@users.noreply.github.com> Date: Thu, 28 Sep 2023 18:20:54 +0530 Subject: [PATCH] correction: added a space --- 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: