Skip to content

Commit 845131a

Browse files
authored
Correct typo in documentatio: foc_pendulum.md
1 parent fbb37f0 commit 845131a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/simplefoc_library/examples/foc_pendulum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ PciManager.registerListener(&listenerPB);
142142
And that is it the pendulum is ready, let's setup the motor.
143143

144144
### Motor code
145-
First we need to define the `BLDCMotor` class with the number od pole pairs(`11`).
145+
First we need to define the `BLDCMotor` class with the number of pole pairs(`11`).
146146
```cpp
147147
// define BLDC motor
148148
BLDCMotor motor = BLDCMotor(11);

0 commit comments

Comments
 (0)