docs: fix type in comments of admin tools (#2981).

This commit is contained in:
Richard Moore 2022-05-14 01:21:44 -04:00
parent d5815cc4f1
commit 8e31b4dcf4
2 changed files with 2 additions and 2 deletions

@ -41,7 +41,7 @@ function link(existing, path) {
return __awaiter(this, void 0, void 0, function* () {
console.log(log_1.colorify.bold(`Linking ${path_2.packages.length} package node_modules rat nests...`));
const nodeModulesBase = (0, path_1.resolve)(path_2.dirs.root, ".package_node_modules");
// Make a symlink in the ROOT/node_mpdules to each package in this repo
// Make a symlink in the ROOT/node_modules to each package in this repo
path_2.packages.forEach((name) => {
// e.g. /node_modules/@ethersproject/abi => /packages/abi
link((0, path_2.getPackagePath)(name), (0, path_1.resolve)(path_2.dirs.root, "node_modules", name));

@ -29,7 +29,7 @@ function link(existing: string, path: string): void {
const nodeModulesBase = resolve(dirs.root, ".package_node_modules");
// Make a symlink in the ROOT/node_mpdules to each package in this repo
// Make a symlink in the ROOT/node_modules to each package in this repo
packages.forEach((name) => {
// e.g. /node_modules/@ethersproject/abi => /packages/abi