Skip to content

Commit ea4f803

Browse files
authored
Tweak homepage text to more broadly refer to platforms (facebook#3391)
1 parent 1636d5e commit ea4f803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ same native platform APIs other apps do.
3333
<br/><br/>
3434
<strong>Many platforms</strong>, one React. Create platform-specific versions of components
3535
so a single codebase can share code across platforms. With React Native,
36-
one team can maintain two platforms and share a common technology—React.
36+
one team can maintain multiple platforms and share a common technology—React.
3737
`,
3838
codeExample: `
3939
import React from 'react';
@@ -288,7 +288,7 @@ function NativeApps() {
288288
reverse
289289
columnOne={
290290
<TextColumn
291-
title="Create native apps for Android and iOS using React"
291+
title="Create native apps for Android, iOS, and more using React"
292292
text={textContent.intro}
293293
/>
294294
}

0 commit comments

Comments
 (0)