Skip to content

Commit 3a6f6ce

Browse files
authored
Fix failing spelling check (#3153)
Exclude SVGs from spelling check Fix palette spelling
1 parent 50fd4fe commit 3a6f6ce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ jobs:
158158
locale: "US"
159159
reporter: "github-check"
160160
fail_level: "error"
161+
exclude: |
162+
**/*.svg
161163
162164
check-redirects:
163165
runs-on: ubuntu-22.04

source/docs/software/wpilib-tools/robotbuilder/writing-code/robotbuilder-drive-tank.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Create a subsystem called Drive Train. Its responsibility will be to handle the
1717
Inside the Drive Train, create a Differential Drive object. The Differential Drive object can contain a left motor controller and a right motor controller.
1818

1919
.. image:: images/driving-with-joysticks-speed-controller.png
20-
:alt: Dragging motor controller from pallete to tree
20+
:alt: Dragging motor controller from palette to tree
2121

2222
Create two Motor Controllers in the Differential Drive, and two more outside the Differential Drive, inside the Drive Train subsystem.
2323

0 commit comments

Comments
 (0)