Skip to content

Commit d0ececa

Browse files
authored
docs: getting started guide, malformed json example (#1605) (#1606)
docs: getting started guide, malformed json example (#1605) Added missing bracket to JSON example within Getting Started > Manual Installation guide
1 parent 740758e commit d0ececa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/src/articles/guides/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ npm i @ui-kitten/components @eva-design/eva react-native-svg
5858

5959
<div class="note note-warning">
6060
<div class="note-body">
61-
If you use Expo for Web, you need to add the following underneath the `"web"` key in `app.json` `"build": { "babel": { "include": [ "@ui-kitten/components" ] }`
61+
If you use Expo for Web, you need to add the following underneath the `"web"` key in `app.json` `"build": { "babel": { "include": [ "@ui-kitten/components" ] } }`
6262
</div>
6363
</div>
6464

0 commit comments

Comments
 (0)