Skip to content

Commit

Permalink
docs(modals): fix code highlighting (#1592)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsogl authored and jcesarmobile committed May 28, 2019
1 parent 8bf641a commit 2a00fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs-md/apis/modals/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ well as Action Sheets.

## Example

```javascript
```typescript
import { Plugins } from '@capacitor/core';

const { Modals } = Plugins;
Expand Down Expand Up @@ -69,4 +69,4 @@ async showActions() {

## API

<plugin-api name="modals"></plugin-api>
<plugin-api name="modals"></plugin-api>

0 comments on commit 2a00fbf

Please # to comment.