Skip to content

Commit cc88564

Browse files
committed
fix typo
1 parent db43590 commit cc88564

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/src/main/java/com/reactnative/googlefit/GoogleFitManager.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class GoogleFitManager implements ActivityEventListener {
6464
private SleepHistory sleepHistory;
6565

6666
private static final String TAG = "RNGoogleFit";
67-
// reserve to place deprecated Api in the future
67+
// reserve to replace deprecated Api in the future
6868
private GoogleSignInClient mSignInClient;
6969

7070
public GoogleFitManager(ReactContext reactContext, Activity activity) {
@@ -135,7 +135,7 @@ public void resetAuthInProgress()
135135
public void authorize(ArrayList<String> userScopes) {
136136
final ReactContext mReactContext = this.mReactContext;
137137

138-
// reserve to place deprecated Api in the future
138+
// reserve to replace deprecated Api in the future
139139
// GoogleSignInOptions.Builder optionsBuilder =
140140
// new GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN)
141141
// .requestEmail()
@@ -250,7 +250,7 @@ private void sendEvent(ReactContext reactContext,
250250
.emit(eventName, params);
251251
}
252252

253-
// reserve to place deprecated Api in the future
253+
// reserve to replace deprecated Api in the future
254254
// @Override
255255
// public void onActivityResult(Activity activity, int requestCode, int resultCode, Intent data) {
256256
// // Result returned from launching the Intent from GoogleSignInClient.getSignInIntent(...);

0 commit comments

Comments
 (0)