Skip to content

Commit 622875a

Browse files
committed
chore: fix typo
1 parent 40c9203 commit 622875a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/JsonApiDotNetCore/Hooks/IResourceHookContainer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public interface IBeforeHooks<TResource> where TResource : class, IIdentifiable
6262
/// changes of the properties on the entities.
6363
/// <para />
6464
/// If new relationships are to be created with the to-be-updated entities,
65-
/// this will be reflected by the corresponding NavigationProperty beinƒg set.
65+
/// this will be reflected by the corresponding NavigationProperty being set.
6666
/// For each of these relationships, the <see cref="ResourceDefinition{T}.BeforeUpdateRelationship"/>
6767
/// hook is fired after the execution of this hook.
6868
/// <para />

0 commit comments

Comments
 (0)