We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b490a5f commit ff3554dCopy full SHA for ff3554d
packages/@tailwindcss-node/src/get-module-dependencies.ts
@@ -89,7 +89,7 @@ async function traceDependencies(
89
/**
90
* Trace all dependencies of a module recursively
91
*
92
- * The result in an unordered set of absolute file paths. Meaning that the order
+ * The result is an unordered set of absolute file paths. Meaning that the order
93
* is not guaranteed to be equal to source order or across runs.
94
**/
95
export async function getModuleDependencies(absoluteFilePath: string) {
0 commit comments