Skip to content

Commit 96d989f

Browse files
committed
fix: correct typo in build logging
1 parent 7d2a9b5 commit 96d989f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/lib/ui_builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const ui_builder = function() {
9090
logger.info(
9191
`Omitting ${
9292
pattern.patternPartial
93-
} from styleguide patterns because it has an underscore suffix.`
93+
} from styleguide patterns because it has an underscore prefix.`
9494
);
9595
return true;
9696
}

0 commit comments

Comments
 (0)