We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c9203 commit 622875aCopy full SHA for 622875a
src/JsonApiDotNetCore/Hooks/IResourceHookContainer.cs
@@ -62,7 +62,7 @@ public interface IBeforeHooks<TResource> where TResource : class, IIdentifiable
62
/// changes of the properties on the entities.
63
/// <para />
64
/// 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.
+ /// this will be reflected by the corresponding NavigationProperty being set.
66
/// For each of these relationships, the <see cref="ResourceDefinition{T}.BeforeUpdateRelationship"/>
67
/// hook is fired after the execution of this hook.
68
0 commit comments