Skip to content

Commit a37b090

Browse files
esoterickLOLFreeChurros
andauthored
fix: json syntax error in plugin example (#2363)
Fixes the syntax error in the plugin creation example docs. Co-authored-by: LOLFreeChurros <[email protected]>
1 parent d52d414 commit a37b090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/docs/guides/creating_plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ The plugin.json below installs MongoDB + the Mongo shell, and sets the environme
219219
"version": "0.0.1",
220220
"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.",
221221
"packages": [
222-
"mongodb@latest"
222+
"mongodb@latest",
223223
"mongosh@latest"
224224
],
225225
"env": {

0 commit comments

Comments
 (0)