From 3c2330d2e2e99a651c2d22eb843a374532be91d8 Mon Sep 17 00:00:00 2001 From: Myoxocephalus Date: Tue, 14 Jan 2020 18:26:22 +0100 Subject: [PATCH] Updated documentation with syntax highlighting. Small documentation improvement for syntax highlighting in react native guide. --- docs/src/pages/guides/guide-react-native/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/guides/guide-react-native/index.md b/docs/src/pages/guides/guide-react-native/index.md index 6fd2baf3c1a1..8491694b1230 100644 --- a/docs/src/pages/guides/guide-react-native/index.md +++ b/docs/src/pages/guides/guide-react-native/index.md @@ -63,7 +63,7 @@ Create a file called `rn-addons.js` that you can use to include on device addons `storybook/rn-addons.js` -``` +```js import '@storybook/addon-ondevice-knobs/register'; import '@storybook/addon-ondevice-notes/register'; ...