8000 Apply suggestions from code review · angular/angular@f4703a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit f4703a5

Browse files
mmalerbaleonsenft
andauthored
Apply suggestions from code review
Co-authored-by: Leon Senft <leonsenft@users.noreply.github.com>
1 parent 694399a commit f4703a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/forms/experimental/src/api/standard_schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {Field, FieldPath} from './types';
99
* Validates a field using a `StandardSchemaV1` compatible validator (e.g. a zod validator).
1010
*
1111
* @param path The `FieldPath` to the field to validate.
12-
* @param schema The standard schema copatible validator to use for validation.
12+
* @param schema The standard schema compatible validator to use for validation.
1313
* @template T The type of the field being validated.
1414
*/
1515
export function validateStandardSchema<T>(

0 commit comments

Comments
 (0)
0