Skip to content

Commit 65b2425

Browse files
Update core/scripts/tokens/utils.js
Co-authored-by: Brandy Carney <[email protected]>
1 parent 5340009 commit 65b2425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/scripts/tokens/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ function generateRadiusUtilityClasses(propName) {
246246
return `.${variablesPrefix}-${propName} {\n border-radius: $${variablesPrefix}-${propName};\n}`;
247247
}
248248

249-
// Generates a board based css utility-class from a font Design Token structure
249+
// Generates a border based css utility-class from a font Design Token structure
250250
function generateBorderUtilityClasses(prop, propName) {
251251
let attribute;
252252

0 commit comments

Comments
 (0)