From 4bc30c783c014b029195dc911c12b581ebea69fd Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 14 Oct 2017 13:24:10 +0800 Subject: [PATCH] fix spelling error --- contributors/design-proposals/api-machinery/api-chunking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/api-machinery/api-chunking.md b/contributors/design-proposals/api-machinery/api-chunking.md index 4eb328eb2..f7d51023d 100644 --- a/contributors/design-proposals/api-machinery/api-chunking.md +++ b/contributors/design-proposals/api-machinery/api-chunking.md @@ -116,7 +116,7 @@ In the short term we have no supported subset filtering (i.e. a user who can LIS ### Handling expired resource versions -If the required data to perform a consistent list is no longer available in the storage backend (by default, old versions of objects in etcd3 are removed after 5 minutes), the server **must** return a `410 Gone ResourceExpired` status reponse (the same as for watch), which means clients must start from the beginning. +If the required data to perform a consistent list is no longer available in the storage backend (by default, old versions of objects in etcd3 are removed after 5 minutes), the server **must** return a `410 Gone ResourceExpired` status response (the same as for watch), which means clients must start from the beginning. ``` # resourceVersion is expired