diff --git a/src/ble/gatt-service/battery_service_server.h b/src/ble/gatt-service/battery_service_server.h index fa91be322..0072636fe 100644 --- a/src/ble/gatt-service/battery_service_server.h +++ b/src/ble/gatt-service/battery_service_server.h @@ -52,7 +52,7 @@ extern "C" { /** * @text The Battery Service allows to query your device's battery level in a standardized way. * - * To use with your application, add `#import ` to your .gatt file. + * To use with your application, add `#import ` to your .gatt file. * After adding it to your .gatt file, you call *battery_service_server_init(value)* with the * current value of your battery. The valid range for the battery level is 0-100. *