Skip to content

Commit

Permalink
Merge pull request #105 from NikartikTheBear/patch-10
Browse files Browse the repository at this point in the history
fix(addons/menu_default): typo in menu type
  • Loading branch information
NikartikTheBear authored Mar 1, 2024
2 parents 2678a38 + 12937f5 commit 7f6dfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/addons/menu_default/create_menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ There are a couple key parts to creating a menu:

| Part | Data Type | Explanation |
| --------- | --------- | -------------------------------------------------------------------- |
| type | string | The Type of menu to display, in this case, `defualt` |
| type | string | The Type of menu to display, in this case, `default` |
| namespace | string | Where to store the menu, normally `GetCurrentResourceName()` is used |
| name | string | Unique Name For the menu |
| data | table | The Elements to show in the menu |
Expand Down

0 comments on commit 7f6dfef

Please sign in to comment.