Skip to content

Commit a89075f

Browse files
committed
spelling
1 parent f654087 commit a89075f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/examples/telemetry/SmartDashboardExamples.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public abstract class SmartDashboardExamples {
1717
* a unique key to go with it. The unique key is a string. This key is the name of the variable
1818
* so you can find it on the dashbord on the Driver Station laptop. This also works in the simulator.
1919
*/
20-
private void SmartDashobard_PutData_Example() {
20+
private void SmartDashboard_PutData_Example() {
2121
// You can put numbers, booleans, and strings
2222

2323
// numbers (int, double, float, etc)

0 commit comments

Comments
 (0)