Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The following features are shown with examples to help you gain a quick understa
Press the `Esc` key to minimize it again.
- The website has a [glossary](/resources/glossary/) of terms related to the content.
Whenever a word in that glossary is mentioned in the website, it will be underlined.
You can hover over these underlined words to get a quick definition (e.g. PDH, Spark MAX).
You can hover over these underlined words to get a quick definition (e.g. PDH, SPARK MAX).
- Some information is hidden in dropdowns.
Try to check most of them!

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import YouTube from '@components/YouTube.astro';
Welcome to Stage 1A!
Before we can start programming, we have to fork and clone the relevant repository:

- If your team primarily uses REV electronics (such as Spark MAX motor controllers), clone [the REV template](https://github.com/frcsoftware/Stage1-Template-REV).
- If your team primarily uses REV electronics (such as SPARK MAX motor controllers), clone [the REV template](https://github.com/frcsoftware/Stage1-Template-REV).
- If your team primarily uses CTRE electronics (such as Kraken motors), clone [the CTRE template](https://github.com/frcsoftware/Stage1-Template-CTRE).

<Aside type="tip">
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/resources/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Pulse Width Modulation: A communication spec used to communicate with motor cont
A storage location for your code and related assets, often used in version control systems like Git.
Repositories are just folders that contain files and subfolders, and they can be hosted on platforms like GitHub to facilitate collaboration and version tracking

**Spark MAX**
**SPARK MAX**

Motor controller for REV motors

Expand Down
2 changes: 1 addition & 1 deletion src/data/glossary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const glossaryTerms: GlossaryTerm[] = [
definition: 'Power Distribution Hub',
},
{
term: 'Spark MAX',
term: 'SPARK MAX',
definition: 'Motor controller for REV motors',
},
{
Expand Down
Loading