Skip to content

Commit 9720692

Browse files
authored
Fix typo in comment (#19493)
1 parent fbc358c commit 9720692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@tailwindcss-upgrade/src/codemods/template/is-safe-migration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ describe('is-safe-migration', async () => {
9191
'outline',
9292
],
9393
[
94-
// As the last argument, but there is techinically another `"` on the same line
94+
// As the last argument, but there is technically another `"` on the same line
9595
`function foo({ size = "1.25rem", digit, outline }): { return "foo" }`,
9696
'outline',
9797
],

0 commit comments

Comments
 (0)