Skip to content

Commit d05b9d3

Browse files
authored
Merge pull request rescript-lang#295 from nkrkv/patch-1
Fix typo in workspaces example
2 parents 4a8a6cc + e32b565 commit d05b9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/latest/build-pinned-dependencies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Our `package.json` file within our codebase root would look like this:
8181
"packages": [
8282
"app",
8383
"common",
84-
"legacy"
84+
"myplugin"
8585
]
8686
}
8787
}

0 commit comments

Comments
 (0)