Skip to content

Commit 6d70381

Browse files
authored
Merge pull request #18 from lucalves/patch-1
Correcting class name in the example
2 parents 4329c8c + ffbe111 commit 6d70381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In order to implement `http_interceptor` you need to implement the `InterceptorC
3535
- Logging with interceptor:
3636

3737
```dart
38-
class LogginInterceptor implements InterceptorContract {
38+
class LoggingInterceptor implements InterceptorContract {
3939
@override
4040
Future<RequestData> interceptRequest({RequestData data}) async {
4141
print(data);

0 commit comments

Comments
 (0)