Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ieremenko committed Nov 26, 2021
1 parent 4743ec7 commit b9b344d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ server.Services.AddServiceModelTransient(() => new Greeter());

### Server filters

see [example](Examples/https://github.com/max-ieremenko/ServiceModel.Grpc/tree/master/Examples/ServerFilters)
see [example](https://github.com/max-ieremenko/ServiceModel.Grpc/tree/master/Examples/ServerFilters)

``` c#
// Startup.cs
Expand Down
2 changes: 1 addition & 1 deletion docs/server-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Server filter is a hook for service method invocation, it can work together with gRPC server interceptors, but it is not interceptor.

see [example](Examples/https://github.com/max-ieremenko/ServiceModel.Grpc/tree/master/Examples/ServerFilters)
see [example](https://github.com/max-ieremenko/ServiceModel.Grpc/tree/master/Examples/ServerFilters)

``` c#
public sealed class MyServerFilter : IServerFilter
Expand Down

0 comments on commit b9b344d

Please sign in to comment.