Skip to content

Commit 537dbe6

Browse files
committed
Fix closing code fence
1 parent 6f93265 commit 537dbe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developing/keyboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ For a list of accepted values, see the <a href="https://html.spec.whatwg.org/dev
151151
```
152152
</TabItem>
153153
</Tabs>
154-
```
154+
````
155155

156156
<Codepen user="ionic" slug="GRpWyRB" height="350"></Codepen>
157157

@@ -253,6 +253,6 @@ watch(keyboardHeight, () => {
253253
```
254254
</TabItem>
255255
</Tabs>
256-
```
256+
````
257257

258258
> For apps running in a mobile web browser or as a PWA, Keyboard Lifecycle Events are only supported on Chrome 62+ and iOS Safari 13.0+.

0 commit comments

Comments
 (0)