Skip to content

Commit 26ed242

Browse files
authored
Update docs/react/your-first-app.md
1 parent 1e5819f commit 26ed242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react/your-first-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Open `/src/pages/Tab2.tsx`. We see:
159159
<IonTitle>Photo Gallery</IonTitle>
160160
```
161161

162-
We put the visual aspects of our app into `<ion-content>`. In this case, it’s where we’ll add a button that opens the device’s camera as well as displays the image captured by the camera. Start by adding a [floating action button](https://ionicframework.com/docs/api/fab) (FAB) to the bottom of the page and set the camera image as the icon.
162+
We put the visual aspects of our app into `<IonContent>`. In this case, it’s where we’ll add a button that opens the device’s camera as well as displays the image captured by the camera. Start by adding a [floating action button](https://ionicframework.com/docs/api/fab) (FAB) to the bottom of the page and set the camera image as the icon.
163163

164164
```tsx
165165
// CHANGE: Add the following import.

0 commit comments

Comments
 (0)