Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 7f7d9a2

Browse files
Googlernshahan
authored andcommitted
Fix comment typo.
PiperOrigin-RevId: 250916067
1 parent 1f05c84 commit 7f7d9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular_components/lib/forms/error_renderer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/// map.
77
typedef Map<String, dynamic> ErrorFn(Map<String, dynamic> errors);
88

9-
/// Convience function for replacing multiple errors for Components using the
9+
/// Convenience function for replacing multiple errors for Components using the
1010
/// errorRenderer pattern.
1111
ErrorFn replaceErrors(Map<String, String> overrides) =>
1212
(errors) => _replaceErrorsImpl(overrides, errors);

0 commit comments

Comments
 (0)