Skip to content

Commit 9396cbd

Browse files
committed
chore: typo content -> context
1 parent ae2326e commit 9396cbd

File tree

1 file changed

+1
-1
lines changed
  • packages/tailwindcss-patch/src/core/patches/exportContext

1 file changed

+1
-1
lines changed

packages/tailwindcss-patch/src/core/patches/exportContext/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function monkeyPatchForExposingContextV3(twDir: string, opt: InternalPatc
1818
fs.writeFileSync(processTailwindFeaturesFilePath, code, {
1919
encoding: 'utf8',
2020
})
21-
logger.success('patch tailwindcss processTailwindFeatures for return content successfully!')
21+
logger.success('patch tailwindcss processTailwindFeatures for return context successfully!')
2222
}
2323
result[k0] = code
2424
}

0 commit comments

Comments
 (0)