Skip to content

Commit ffd3fdb

Browse files
authoredMay 14, 2020
typo: Fix spelling for registered (#853)
1 parent 6e729ee commit ffd3fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/API.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ minioClient.removeAllBucketNotification('my-bucketname', function(e) {
10191019
Listen for notifications on a bucket. Additionally one can provider
10201020
filters for prefix, suffix and events. There is no prior set bucket notification
10211021
needed to use this API. This is an MinIO extension API where unique identifiers
1022-
are regitered and unregistered by the server automatically based on incoming requests.
1022+
are registered and unregistered by the server automatically based on incoming requests.
10231023

10241024
Returns an `EventEmitter`, which will emit a `notification` event carrying the record.
10251025

0 commit comments

Comments
 (0)
Please sign in to comment.