summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGin <hejin@ghostcloud.cn>2017-11-06 09:29:07 +0800
committerGitHub <noreply@github.com>2017-11-06 09:29:07 +0800
commita91f001383fa92e913e587b53a8c9e5d5f97f94d (patch)
treeef75b6595b24cc9bd437b3fe77530be7cca36fd2
parentdde9cf2c37f72e5ab5cece8a09f8069e04657e30 (diff)
Update bulk_watch.md
-rw-r--r--contributors/design-proposals/api-machinery/bulk_watch.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/api-machinery/bulk_watch.md b/contributors/design-proposals/api-machinery/bulk_watch.md
index 608bfff7..fc64d589 100644
--- a/contributors/design-proposals/api-machinery/bulk_watch.md
+++ b/contributors/design-proposals/api-machinery/bulk_watch.md
@@ -124,7 +124,7 @@ websocket /apis/bulk.k8s.io/v1/bulkgetoperations?watch=1
handling LIST requests, where first client sends a filter definition over the
channel and then server sends back the response, but we dropped this for now.*
-*Note: We aso considered implementing the POST-based watch handler that doesn't
+*Note: We also considered implementing the POST-based watch handler that doesn't
allow for altering subscriptions, which should be very simple once we have list
implemented. But since websocket API is needed anyway, we also dropped it.*