Skip to content

Commit

Permalink
Merge pull request #170 from reconciliation-api/thadguidry-patch-typo…
Browse files Browse the repository at this point in the history
…-fix

Fix small typo "gis" to "is"
  • Loading branch information
fsteeg authored Apr 11, 2024
2 parents 2355fb6 + cc59aae commit 4a69aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ <h3>Data Extension Metadata</h3>
<dt><code>label</code></dt>
<dd>A human-readable label, which is used when presenting the setting to the user in a form;</dd>
<dt><code>type</code></dt>
<dd>A data type, which can be one of the strings <code>"number"</code>, <code>"text"</code>, <code>"checkbox"</code>, or <code>"select"</code>. This determines which type of value the property setting gis expected to store: clients SHOULD render this setting with the corresponding HTML element;</li>
<dd>A data type, which can be one of the strings <code>"number"</code>, <code>"text"</code>, <code>"checkbox"</code>, or <code>"select"</code>. This determines which type of value the property setting is expected to store: clients SHOULD render this setting with the corresponding HTML element;</li>
<dt><code>default</code></dt>
<dd>A default value for the setting, when not provided or left untouched by the user;</dd>
<dt><code>help_text</code></dt>
Expand Down

0 comments on commit 4a69aa3

Please sign in to comment.