Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dylandepass committed Nov 27, 2023
1 parent 423ef41 commit 57efd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 57efd18

Please sign in to comment.