diff --git a/docs/authorizationStatusForType().md b/docs/authorizationStatusForType().md index b7e4a809c39703056f9dbdb904b5bac5a69381b1..556aff0b70cbc6dfa8c4ecc83338b2ab79c95093 100644 --- a/docs/authorizationStatusForType().md +++ b/docs/authorizationStatusForType().md @@ -4,7 +4,7 @@ Status will be one of `"NotDetermined"`, `"SharingDenied"`, `"SharingAuthorized" ```javascript AppleHealthKit.authorizationStatusForType( - "initHealthKit", (error, status) => { + "StepCount", (error, status) => { if (status) { console.log("status is", status) }