Skip to content

Commit c1b6a80

Browse files
authored
Fix comment typo on "dictionary" (#39498)
1 parent 72e9ec9 commit c1b6a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Web/src/Forms/InputBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ private void UpdateAdditionalValidationAttributes()
271271
/// <summary>
272272
/// Returns a dictionary with the same values as the specified <paramref name="source"/>.
273273
/// </summary>
274-
/// <returns>true, if a new dictrionary with copied values was created. false - otherwise.</returns>
274+
/// <returns>true, if a new dictionary with copied values was created. false - otherwise.</returns>
275275
private static bool ConvertToDictionary(IReadOnlyDictionary<string, object>? source, out Dictionary<string, object> result)
276276
{
277277
var newDictionaryCreated = true;

0 commit comments

Comments
 (0)