Mistake on ios docs

on https://marketplace.zoom.us/docs/sdk/native-sdks/iOS/mastering-zoom-sdk/start-join-meeting/email-login-user/authentication

[[[MobileRTC sharedRTC] getAuthService] loginWithEmail:email password:password remeberMe:YES];

should be

[[[MobileRTC sharedRTC] getAuthService] loginWithEmail:email password:password rememberMe:YES];

Hi jimji1005,

Thanks for pointing that out. We will update this typo accordingly.

Thanks!