Skip to content

Commit 955c7c8

Browse files
authored
Correct typo in documentation: position_control_example.md
1 parent b871fd7 commit 955c7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/simplefoc_library/examples/position_control_example.md

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

7171

7272
## Motor code
73-
First we need to define the `BLDCMotor` class with the number od pole pairs (`11`)
73+
First we need to define the `BLDCMotor` class with the number of pole pairs (`11`)
7474
```cpp
7575
// define BLDC motor
7676
BLDCMotor motor = BLDCMotor(11);

0 commit comments

Comments
 (0)