Skip to content

Commit a4b2290

Browse files
javiercnCopilot
andauthored
Update src/Components/Components/src/PersistentState/PersistentStateValueProviderKeyResolver.cs
Co-authored-by: Copilot <[email protected]>
1 parent 4c33d87 commit a4b2290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Components/src/PersistentState/PersistentStateValueProviderKeyResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ internal static string ComputeKey(ComponentState componentState, string property
3030
// Property name
3131
// @key directive if present and serializable.
3232
// We combine the first three parts into an identifier, and then we generate a derived identifier with the key
33-
// We do it this way becasue the information for the first three pieces of data is static for the lifetime of the
33+
// We do it this way because the information for the first three pieces of data is static for the lifetime of the
3434
// program and can be cached on each situation.
3535

3636
var parentComponentType = GetParentComponentType(componentState);

0 commit comments

Comments
 (0)