Skip to content

Commit

Permalink
Typo fix (facebook#1317)
Browse files Browse the repository at this point in the history
backgroud -> background
  • Loading branch information
chanlawrencet authored and elicwhite committed Oct 7, 2019
1 parent 444b8e4 commit 86403ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function App() {
<Text style={styles.title}>
Adjust the color in a way that looks standard on each platform. On
iOS, the color prop controls the color of the text. On Android, the
color adjusts the backgroud color of the button.
color adjusts the background color of the button.
</Text>
<Button
title="Press me"
Expand Down

0 comments on commit 86403ca

Please sign in to comment.