Skip to content

Commit d178f00

Browse files
committed
fix grammar
1 parent 3634213 commit d178f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-collection/src/transform-schema-to-field-info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ function getMostFrequentType(types: SchemaType[]): SchemaType | null {
251251
}
252252

253253
/**
254-
* Note: This validation is takes an extra defensive stance. As illustrated by the unit tests, malformed
254+
* Note: This validation takes a defensive stance. As illustrated by the unit tests, malformed
255255
* inputs are required to simulate these unlikely errors.
256256
*/
257257
function validateFieldPath(fieldPath: string) {

0 commit comments

Comments
 (0)