Skip to content

Commit 87e7413

Browse files
authored
Fix typo in shuffleboard plugin docs and update WPILib Ver (#2177)
1 parent b6cf5e0 commit 87e7413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/docs/software/dashboards/shuffleboard/custom-widgets/creating-plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Plugin classes are permitted to have a default constructor but it cannot take an
3737
Building plugin
3838
---------------
3939

40-
The easiest way to build plugins is to utlize the `example-plugins` folder in the shufflebloard source tree. Clone Shuffleboard with ``git clone https://github.com/wpilibsuite/shuffleboard.git``, and checout the version that corresponds to the WPILib version you have installed (e.g. 2022.4.1). ``git checkout v2022.4.1``
40+
The easiest way to build plugins is to utlize the `example-plugins` folder in the shufflebloard source tree. Clone Shuffleboard with ``git clone https://github.com/wpilibsuite/shuffleboard.git``, and checkout the version that corresponds to the WPILib version you have installed (e.g. 2023.2.1). ``git checkout v2023.2.1``
4141

4242
Put your plugin in the ``example-plugins\PLUGIN-NAME`` directory.
4343
Copy the ``custom-data-and-widget.gradle`` from ``example-plugins\custom-data-and-widget`` and rename to match your plugin name.

0 commit comments

Comments
 (0)