Skip to content

Commit

Permalink
fix typo in README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
Sholtee committed Jan 4, 2024
1 parent 3a75c46 commit 19634da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Remarks:
{
public void NotInterceptred() {...}

// will be triggered by Intercepted() only as NotInterceptred() has it's own implementation
// will be triggered by Intercepted() only as NotInterceptred() has its own implementation
public override object Invoke(InvocationContext context) {...}

...
Expand Down

0 comments on commit 19634da

Please sign in to comment.