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

Commit

Permalink
Fix comment typo.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 250916067
  • Loading branch information
Googler authored and nshahan committed May 31, 2019
1 parent 1f05c84 commit 7f7d9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular_components/lib/forms/error_renderer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// map.
typedef Map<String, dynamic> ErrorFn(Map<String, dynamic> errors);

/// Convience function for replacing multiple errors for Components using the
/// Convenience function for replacing multiple errors for Components using the
/// errorRenderer pattern.
ErrorFn replaceErrors(Map<String, String> overrides) =>
(errors) => _replaceErrorsImpl(overrides, errors);
Expand Down

0 comments on commit 7f7d9a2

Please sign in to comment.