Skip to content

Commit 3ed57ae

Browse files
authored
fix typo
1 parent 0376512 commit 3ed57ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/simplefoc_library/code/sensors/magnetic/magnetic_sensor_i2c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ There are two ways to use magnetic sensor implemented within this library:
138138

139139
### Position sensor for FOC algorithm
140140

141-
To use the ensor with the FOC algorithm implemented in this library, once when you have initialized `sensor.init()` you just need to link it to the BLDC motor by executing:
141+
To use the sensor with the FOC algorithm implemented in this library, once when you have initialized `sensor.init()` you just need to link it to the BLDC motor by executing:
142142
```cpp
143143
motor.linkSensor(&sensor);
144144
```

0 commit comments

Comments
 (0)