Skip to content

Commit fbb37f0

Browse files
authored
Correct typo in documentation: velocity_control_example.md
1 parent 676e6ab commit fbb37f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/simplefoc_library/examples/velocity_control_example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ And that is it, let's setup the motor.
6969

7070

7171
## Motor code
72-
First we need to define the `BLDCMotor` class with the number od pole pairs (`14`)
72+
First we need to define the `BLDCMotor` class with the number of pole pairs (`14`)
7373
```cpp
7474
// define BLDC motor
7575
BLDCMotor motor = BLDCMotor(14);

0 commit comments

Comments
 (0)