Skip to content

Commit

Permalink
revert dashes changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Sep 2, 2020
1 parent f3210bc commit 7859d43
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ const {baseUrl} = siteConfig;
const textContent = {
intro: `
React Native combines the best parts of native development with React,
a best–in–class JavaScript library for building user interfaces.
a best-in-class JavaScript library for building user interfaces.
**Use a littleor a lot**. You can use React Native today in your existing
**Use a littleor a lot**. You can use React Native today in your existing
Android and iOS projects or you can create a whole new app from scratch.
`,
nativeCode: `
React primitives render to native platform UI, meaning your app uses the
same native platform APIs other apps do.
**Many platforms**, one React. Create platformspecific versions of components
**Many platforms**, 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 technologyReact.
one team can maintain two platforms and share a common technologyReact.
`,
codeExample: `
\`\`\`jsx
Expand Down Expand Up @@ -304,7 +304,7 @@ function NativeCode() {
<TwoColumns
columnOne={
<TextColumn
title="Written in JavaScriptrendered with native code"
title="Written in JavaScriptrendered with native code"
text={textContent.nativeCode}
/>
}
Expand Down Expand Up @@ -347,7 +347,7 @@ function CrossPlatform() {
<TwoColumns
columnOne={
<TextColumn
title="Seamless CrossPlatform"
title="Seamless Cross-Platform"
text={textContent.crossPlatform}
/>
}
Expand Down

0 comments on commit 7859d43

Please sign in to comment.