Skip to content

Commit b0d2f60

Browse files
chore: change comment to trigger package release [2] (#108)
1 parent e06b81d commit b0d2f60

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/ninety-worms-jam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sourcegraph/codemod-toolkit-packages': patch
3+
---
4+
5+
Update the comment!

packages/toolkit-packages/src/classNames/classNames.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { addOrUpdateImportIfIdentifierIsUsed, isImportedFromModule } from '@sour
55
export const CLASSNAMES_IDENTIFIER = 'classNames'
66
export const CLASSNAMES_MODULE_SPECIFIER = CLASSNAMES_IDENTIFIER.toLowerCase()
77

8-
// Wraps array of arguments into a `classNames` function call.
8+
// Wraps an array of arguments in a `classNames` function call.
99
export function wrapIntoClassNamesUtility(classNames: ts.Expression[]): ts.CallExpression {
1010
return ts.factory.createCallExpression(ts.factory.createIdentifier(CLASSNAMES_IDENTIFIER), undefined, classNames)
1111
}

0 commit comments

Comments
 (0)