We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20fb884 commit a60bf93Copy full SHA for a60bf93
docs/API.md
@@ -528,10 +528,10 @@ minioClient.remove_all_bucket_notifications('mybucket')
528
Listen for notifications on a bucket. Additionally one can provide
529
filters for prefix, suffix and events. There is no prior set bucket notification
530
needed to use this API. This is an Minio extension API where unique identifiers
531
-are regitered and unregistered by the server automatically based on incoming
+are registered and unregistered by the server automatically based on incoming
532
requests.
533
534
-Yeilds events as they occur, caller has iterate to read these events as
+Yields events as they occur, caller has to iterate to read these events as
535
they occur.
536
537
__Parameters__
0 commit comments