Skip to content

Commit

Permalink
Update GETTING_STARTED.md
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
shemerey authored Nov 21, 2024
1 parent 2a966d8 commit d5a570e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { BleManager } from 'react-native-ble-plx'

// create your own singleton class
class BLEServiceInstance {
manager: BleManage
manager: BleManager

constructor() {
this.manager = new BleManager()
Expand Down

0 comments on commit d5a570e

Please sign in to comment.