Skip to content

Commit

Permalink
Update your_first_menu_option.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GModModGod authored Nov 27, 2017
1 parent 77d5dc3 commit 1335266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/your_first_menu_option.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ Arguments:

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

Key | Value Type | Purpose
--- | ---------- | -------
Key | Value Type | Description
--- | ---------- | -----------
urls | table | Determines which pages this element should be added to. It is a table of strings.
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.)
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).
Expand Down

0 comments on commit 1335266

Please sign in to comment.