Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 3090ef0

Browse files
author
Richard Hua
committed
silent -> background
1 parent c6f7cd3 commit 3090ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/CodePushDemoApp/demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class CodePushDemoApp extends Component {
106106
Welcome to CodePush!
107107
</Text>
108108
<TouchableOpacity onPress={this.sync.bind(this)}>
109-
<Text style={styles.syncButton}>Press for silent sync</Text>
109+
<Text style={styles.syncButton}>Press for background sync</Text>
110110
</TouchableOpacity>
111111
<TouchableOpacity onPress={this.syncImmediate.bind(this)}>
112112
<Text style={styles.syncButton}>Press for dialog-driven sync</Text>

0 commit comments

Comments
 (0)