File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments