Skip to content

Commit e32b565

Browse files
authored
Fix typo in workspaces example
Looks like the original idea of the example was some `legacy` package which later became `myplugin`
1 parent 4a8a6cc commit e32b565

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)