Skip to content

Commit 1335266

Browse files
authored
Update your_first_menu_option.md
1 parent 77d5dc3 commit 1335266

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorials/your_first_menu_option.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Arguments:
5555

5656
The functions used to add HTML elements to the page use the data structure shown below as the "data" argument.
5757

58-
Key | Value Type | Purpose
59-
--- | ---------- | -------
58+
Key | Value Type | Description
59+
--- | ---------- | -----------
6060
urls | table | Determines which pages this element should be added to. It is a table of strings.
6161
tag | string | Determines the type of HTML tag the element is. Unlike html, the tag name should be in all caps. (Ex. "A" for a `<a>` tag, "P" for a `<p>` tag, etc.)
6262
modifyExisting | boolean | Determines whether this data should be used to modify an existing element (true), or should be used to add a new one (false or nil).

0 commit comments

Comments
 (0)