Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo that confuses reader.
  • Loading branch information
Henrik authored Mar 10, 2020
1 parent b037ae3 commit ceda0ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const supported: boolean = isSignInWithAppleSupported();

### `signInWithApple`

Not that you know "Sign In with Apple" is supported on this device, you can have the
Now that you know "Sign In with Apple" is supported on this device, you can have the
user sign themself in (after they pressed a nice button for instance).

```typescript
Expand Down Expand Up @@ -80,4 +80,4 @@ const user: string = "the id you got back from the signInWithApple function";
getSignInWithAppleState(user)
.then(state => console.log("Sign in state: " + state))
.catch(err => console.log("Error getting sign in state: " + err));
```
```

0 comments on commit ceda0ea

Please sign in to comment.