Skip to content

Commit

Permalink
fix: json syntax error in plugin example (#2363)
Browse files Browse the repository at this point in the history
Fixes the syntax error in the plugin creation example docs.

Co-authored-by: LOLFreeChurros <lol.free.churros@protonmail.com>
  • Loading branch information
esoterick and LOLFreeChurros authored Oct 17, 2024
1 parent d52d414 commit a37b090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/docs/guides/creating_plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ The plugin.json below installs MongoDB + the Mongo shell, and sets the environme
"version": "0.0.1",
"description": "Plugin for the [`mongodb`](https://www.nixhub.io/packages/mongodb) package. This plugin configures MonogoDB to use a local config file and data directory for this project, and configures a mongodb service.",
"packages": [
"mongodb@latest"
"mongodb@latest",
"mongosh@latest"
],
"env": {
Expand Down

0 comments on commit a37b090

Please sign in to comment.