Skip to content

Commit 44ad8ce

Browse files
thecrypticaceadamwathan
authored andcommitted
Fix typo
Co-authored-by: Adam Wathan <adam.wathan@gmail.com>
1 parent b1b960d commit 44ad8ce

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)