From 2a9d1339229ea653f32a81dfa6d172ce5406d0c3 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 12 Apr 2021 17:23:10 +0200 Subject: [PATCH] Fix typo --- doc/api/fundamentals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fundamentals.rst b/doc/api/fundamentals.rst index 9e412f745..b96bc6ecc 100644 --- a/doc/api/fundamentals.rst +++ b/doc/api/fundamentals.rst @@ -221,7 +221,7 @@ There are only the following exceptions to the rule: * Rate-limited responses with status code ``429 Too Many Requests`` are not cached and you can safely retry them. * Responses with status code ``500 Internal Server Error`` are not cached and you can retry them. This is not guaranteed - to be safe in all theoretical cases, but 500 by definition is an unforseen situation and we need to have some way out. + to be safe in all theoretical cases, but 500 by definition is an unforeseen situation and we need to have some way out. * Responses with status code ``503 Service Unavailable`` are not cached and you can safely retry them.