Skip to content

Commit fd8028d

Browse files
authored
Fix grammar in Timeouts.md
Corrected minor grammatical errors in Timeout documentation.
1 parent 476840e commit fd8028d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Timeouts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ We can specify:
3131

3232
Basically if we enable **soft** timeout we are saying _"during a refresh if the factory takes more than X time, I prefer to temporarily reuse a stale (expired) value instead of waiting too much"_.
3333

34-
If instead we enable **hard** timeouts we are saying _"during a refresh if the factory takes more than X time, even if there's no stale value to use as a fallback, we prefer to receive an exception instead of waiting too much"_ because we prefer to be fast and handle the error yourself.
34+
If instead we enable **hard** timeouts we are saying _"during a refresh if the factory takes more than X time, even if there's no stale value to use as a fallback, we prefer to receive an exception instead of waiting too much"_ because we prefer to be fast and handle the error ourself.
3535

3636
We can specify them both (the **soft** should be lower than the **hard**, of course) and the appropriate one will be used based on the presence of an expired entry to be eventually used as a fallback.
3737

0 commit comments

Comments
 (0)