Skip to content

Commit b871fd7

Browse files
authored
Correct typo in documentation: gimbal_velocity_example.md
1 parent 845131a commit b871fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/simplefoc_library/examples/gimbal_velocity_example.md

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

9393

9494
## Motor code
95-
First we need to define the `BLDCMotor` class with the number od pole pairs (`14`)
95+
First we need to define the `BLDCMotor` class with the number of pole pairs (`14`)
9696
```cpp
9797
// define BLDC motor
9898
BLDCMotor motor = BLDCMotor(14);

0 commit comments

Comments
 (0)