Skip to content

Commit 545aff4

Browse files
committed
chore: improved withCacheTtl docs
1 parent 6510fc8 commit 545aff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03-supported-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ $openWeatherMap->getWeather()
281281
withCacheTtl(int $seconds): self
282282
```
283283

284-
Makes a request and saves into cache with the provided value in seconds.
284+
Makes a request and saves into cache for the provided duration in seconds.
285285

286286
If `0` seconds is provided, the request will not be cached.
287287

0 commit comments

Comments
 (0)