From 57efd18bcd17dec5cac27f79f20a3061642ae5ed Mon Sep 17 00:00:00 2001 From: Dylan Depass Date: Mon, 27 Nov 2023 15:37:54 -0500 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f5abf5..bb23504 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ library.config = { ### Custom plugin setup -The example below defines a tags plugin in the config. The keys of the plugins object should must match the name of the plugin, any other properties defined in the plugin object will be available to the plugin via the context argument of the [decorate](#building-a-plugin) method. +The example below defines a tags plugin in the config. The keys of the plugins object must match the name of the plugin, any other properties defined in the plugin object will be available to the plugin via the context argument of the [decorate](#building-a-plugin) method. ```javascript const library = document.createElement('sidekick-library')