From e335f9c07a108978511a658864000af947ea7bc6 Mon Sep 17 00:00:00 2001 From: Gregory Boddin Date: Tue, 1 Jun 2021 17:09:18 +0200 Subject: [PATCH] [fix] Typo --- l9plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l9plugin.md b/l9plugin.md index 9e33a6a..d60c156 100644 --- a/l9plugin.md +++ b/l9plugin.md @@ -13,7 +13,7 @@ ## Creating/building plugins -Plugins are embeded in `l9explore`. Once you created a repository with your plugin, you can update l9explore's [plugin map](https://github.com/LeakIX/l9explore/blob/v1.0.0-beta.2/plugin_map.go) file and build a new version containing your plugin. +Plugins are embedded in `l9explore`. Once you created a repository with your plugin, you can update l9explore's [plugin map](https://github.com/LeakIX/l9explore/blob/v1.0.0-beta.2/plugin_map.go) file and build a new version containing your plugin. The `--debug` flag can be used to confirm the plugins are loading properly.