Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit f9033b2

Browse files
author
18829029633
committed
修改log
1 parent 7aa5770 commit f9033b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function createSensorObservable(sensorType) {
4848
RTNSensors.isAvailable(SensorType).then((res) => {
4949
this.isSensorAvailable = true;
5050
if (!res) {
51-
observer.error(`Sensors${sensorType} is not avilable`);
51+
observer.error(`Sensors${sensorType} is not available`);
5252
return;
5353
} else {
5454
switch (sensorType) {

0 commit comments

Comments
 (0)