Skip to content

Commit

Permalink
Tweak homepage text to more broadly refer to platforms (facebook#3391)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntie committed Nov 2, 2022
1 parent 1636d5e commit ea4f803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/pages/index.js
Expand Up @@ -33,7 +33,7 @@ same native platform APIs other apps do.
<br/><br/>
<strong>Many platforms</strong>, one React. Create platform-specific versions of components
so a single codebase can share code across platforms. With React Native,
one team can maintain two platforms and share a common technology—React.
one team can maintain multiple platforms and share a common technology—React.
`,
codeExample: `
import React from 'react';
Expand Down Expand Up @@ -288,7 +288,7 @@ function NativeApps() {
reverse
columnOne={
<TextColumn
title="Create native apps for Android and iOS using React"
title="Create native apps for Android, iOS, and more using React"
text={textContent.intro}
/>
}
Expand Down

0 comments on commit ea4f803

Please sign in to comment.