Skip to content

Commit

Permalink
[docs] change appleauth import codeblock to js (#5794)
Browse files Browse the repository at this point in the history
* [docs] change keepawake import codeblock to `js`

the rest of our imports are `js`, this should be, too

* docs v35
  • Loading branch information
cruzach committed Sep 27, 2019
1 parent fc8d248 commit 109756f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -27,7 +27,7 @@ You can do limited testing of this library on the iOS simulator. However, not al

## API

```ts
```js
import * as AppleAuthentication from 'expo-apple-authentication';
```

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/versions/v35.0.0/sdk/apple-authentication.md
Expand Up @@ -27,7 +27,7 @@ You can do limited testing of this library on the iOS simulator. However, not al

## API

```ts
```js
import * as AppleAuthentication from 'expo-apple-authentication';
```

Expand Down

0 comments on commit 109756f

Please sign in to comment.