We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b871fd7 commit 955c7c8Copy full SHA for 955c7c8
1 file changed
docs/simplefoc_library/examples/position_control_example.md
@@ -70,7 +70,7 @@ And that is it, let's setup the motor.
70
71
72
## Motor code
73
-First we need to define the `BLDCMotor` class with the number od pole pairs (`11`)
+First we need to define the `BLDCMotor` class with the number of pole pairs (`11`)
74
```cpp
75
// define BLDC motor
76
BLDCMotor motor = BLDCMotor(11);
0 commit comments