Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Apr 5, 2024
1 parent 6f5abd6 commit c25aff8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,7 @@ SBINDIR
scatterometer
schem
schematron
Schr
sclk
scm
scons
Expand Down Expand Up @@ -1159,6 +1160,7 @@ worklist
wrs
wsl
wxgui
wxy
Xabcdefx
xapian
xdf
Expand Down
6 changes: 3 additions & 3 deletions docs/Design/fpp-json-dict.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ module M1 {
| `kind` | The kind of type | `enum` | true |
| `qualifiedName` | Fully qualified name of element in FPP model | Period-separated **String** | true |
| `representationType` | Type of the enumerated values | **[Type Descriptor](#type-descriptors)** | true |
| `enumaratedConstants` | The enumerated constants | JSON Dictionary of enumerated constants (keys) to [Enumerated Constant Descriptor](#enumerated-constant-descriptors) (values) | true |
| `enumeratedConstants` | The enumerated constants | JSON Dictionary of enumerated constants (keys) to [Enumerated Constant Descriptor](#enumerated-constant-descriptors) (values) | true |
| `default` | Qualified name of the enumeration's default value | **String** | false |
| `annotation` | User-defined annotation | **String** | false |

Expand Down Expand Up @@ -278,7 +278,7 @@ module M1 {
| Field | Description | Options | Required |
| ----- | ----------- | ------- | -------- |
| `type` | [Type Descriptor](#type-descriptors) of member | [Type Descriptor](#type-descriptors) | true |
| `index` | ndex of the struct member | **Number** | true |
| `index` | Index of the struct member | **Number** | true |
| `size` | Size of the struct member | **Number** | false |
| `format` | Format specifier | **String** | false |

Expand Down Expand Up @@ -429,7 +429,7 @@ Example JSON of a struct:

## Formal Parameters

Formal Parameters are used in Commands and Events defintions
Formal Parameters are used in Commands and Events definitions.

| Field | Description | Options | Required |
| ----- | ----------- | ------- | -------- |
Expand Down

0 comments on commit c25aff8

Please sign in to comment.