Skip to content

Commit 5666058

Browse files
authored
Correct typo in documentation: position_control_example_nucleo.md
1 parent 955c7c8 commit 5666058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/simplefoc_library/examples/position_control_example_nucleo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ And that is it, let's setup the motor.
6868

6969

7070
## Motor code
71-
First we need to define the `BLDCMotor` class with the number od pole pairs (`11`)
71+
First we need to define the `BLDCMotor` class with the number of pole pairs (`11`)
7272
```cpp
7373
// define BLDC motor
7474
BLDCMotor motor = BLDCMotor(11);
@@ -294,4 +294,4 @@ void loop() {
294294
// user communication
295295
command.run();
296296
}
297-
```
297+
```

0 commit comments

Comments
 (0)