Skip to content

Commit 85e8931

Browse files
committed
2 parents 1dea9b5 + 916c3a0 commit 85e8931

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Snippet code to use to retrieve the Serial Number of the device:
8484

8585
@Override
8686
public void onError(String message) {
87-
// An error occured
87+
// An error occurred
8888
}
8989

9090
@Override
@@ -110,13 +110,13 @@ Snippet code to use to retrieve the Serial Number of the device:
110110

111111
@Override
112112
public void onError(String message) {
113-
// An error occured
113+
// An error occurred
114114
}
115115

116116
@Override
117117
public void onDebugStatus(String message) {
118118
// You can use this method to get verbose information
119-
// about what's happening behing the curtain
119+
// about what's happening behind the curtain
120120
}
121121
});
122122
}
@@ -151,7 +151,7 @@ Sample code if you need to get both device identifiers:
151151
@Override
152152
public void onDebugStatus(String message) {
153153
// You can use this method to get verbose information
154-
// about what's happening behing the curtain
154+
// about what's happening behind the curtain
155155
}
156156
});
157157
}

0 commit comments

Comments
 (0)