Skip to content

Commit ff3554d

Browse files
Fix typo
Co-authored-by: Adam Wathan <[email protected]>
1 parent b490a5f commit ff3554d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@tailwindcss-node/src/get-module-dependencies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async function traceDependencies(
8989
/**
9090
* Trace all dependencies of a module recursively
9191
*
92-
* The result in an unordered set of absolute file paths. Meaning that the order
92+
* The result is an unordered set of absolute file paths. Meaning that the order
9393
* is not guaranteed to be equal to source order or across runs.
9494
**/
9595
export async function getModuleDependencies(absoluteFilePath: string) {

0 commit comments

Comments
 (0)