From cc59aae7e6148807a49d192e718228229d2b5d41 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Thu, 11 Apr 2024 21:03:41 +0800 Subject: [PATCH] Fix small typo "gis" to "is" --- draft/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/index.html b/draft/index.html index 28aa6ff..98b92e3 100644 --- a/draft/index.html +++ b/draft/index.html @@ -810,7 +810,7 @@

Data Extension Metadata

label
A human-readable label, which is used when presenting the setting to the user in a form;
type
-
A data type, which can be one of the strings "number", "text", "checkbox", or "select". This determines which type of value the property setting gis expected to store: clients SHOULD render this setting with the corresponding HTML element; +
A data type, which can be one of the strings "number", "text", "checkbox", or "select". This determines which type of value the property setting is expected to store: clients SHOULD render this setting with the corresponding HTML element;
default
A default value for the setting, when not provided or left untouched by the user;
help_text