Skip to content

Commit a2e6aac

Browse files
committed
Minor lint fix for README.
1 parent 7b3bf42 commit a2e6aac

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
@@ -139,7 +139,7 @@ class WeatherRepository {
139139

140140
#### Retrying requests (NEW 🎉)
141141

142-
Sometimes you need to retry a request due to different circumstances, an expired token is a really good example. Here's how you could potentially implement an expired token retry policy with `http_interceptor`.
142+
Sometimes you need to retry a request due to different circumstances, an expired token is a really good example. Here's how you could potentially implement an expired token retry policy with `http_interceptor`.
143143

144144
```dart
145145
class ExpiredTokenRetryPolicy extends RetryPolicy {

0 commit comments

Comments
 (0)