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.
2 parents 4329c8c + ffbe111 commit 6d70381Copy full SHA for 6d70381
README.md
@@ -35,7 +35,7 @@ In order to implement `http_interceptor` you need to implement the `InterceptorC
35
- Logging with interceptor:
36
37
```dart
38
-class LogginInterceptor implements InterceptorContract {
+class LoggingInterceptor implements InterceptorContract {
39
@override
40
Future<RequestData> interceptRequest({RequestData data}) async {
41
print(data);
0 commit comments