Skip to content

Commit 4453496

Browse files
authored
Small Typo Fixes and Comment Improvements (#18328)
Description: This pull request corrects minor typos in comments and improves clarity in two files: - Fixes a typo in a comment within migrate-js-config.ts ("migrateable" → "migratable"). - Refines a comment in wasm.test.ts for better readability. No functional code changes are included.
1 parent bab16ae commit 4453496

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrations/oxide/wasm.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { css, js, json, test } from '../utils'
33
// This test runs the the wasm build using the `node:wasi` runtine.
44
//
55
// There are currently a known problems that the Node WASI preview implementation does not properly
6-
// handle FS reads on macOS and it does not implement all APIs on Windows. Beacuse of that, this
6+
// handle FS reads on macOS and it does not implement all APIs on Windows. Because of that, this
77
// test is only run on Linux for now.
88
//
99
// https://github.com/nodejs/node/issues/47193

packages/@tailwindcss-upgrade/src/codemods/config/migrate-js-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ function canMigrateConfig(unresolvedConfig: Config, source: string): boolean {
317317
return false
318318
}
319319

320-
// The file may only contain known-migrateable top-level properties
320+
// The file may only contain known-migratable top-level properties
321321
let knownProperties = [
322322
'darkMode',
323323
'content',

0 commit comments

Comments
 (0)