We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7496f8b commit 8c4ad0dCopy full SHA for 8c4ad0d
README.md
@@ -37,7 +37,7 @@ public class ConsoleLogInterceptor : MethodInterceptor
37
}
38
39
```
40
-3) In your application statup, configure Simple Proxy to know which interceptors and attributes you will be using.
+3) In your application startup, configure Simple Proxy to know which interceptors and attributes you will be using.
41
42
```csharp
43
public void ConfigureServices(IServiceCollection services)
0 commit comments