Skip to content

Commit 152819f

Browse files
authored
style: fix comment typo
1 parent 3e8fd6e commit 152819f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-monorepo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ fixup_branch () {
385385
npm -C "$BUILD_OUT" install --force --save-peer --save-exact "$NPM_ORGANIZATION/$DEP" -w "$NPM_ORGANIZATION/$REPO" || package_replacement_error "$REPO" "$BRANCH" "$PEERDEPS"
386386
done
387387

388-
# replace the name of the package with the organozation prefixed one
388+
# replace the name of the package with the organization prefixed one
389389
find "$BUILD_OUT" -type f -exec sed -i -e "s:\(require(\|from\s\|resolve(\|node_modules\)\(['\"/]\)$REPO\(['\"/]\):\1\2$NPM_ORGANIZATION/$REPO\3:g" {} \;
390390
done
391391

0 commit comments

Comments
 (0)