Skip to content

Commit 6dff370

Browse files
authored
Corrected spelling
Corrected spelling preceeded to preceded
1 parent c0bd59c commit 6dff370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/declarative-customization/list-form-conditional-show-hide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ For example, the following formula checks if the value for the *Category* column
5757

5858
Returning _true_ results in hiding the column in the form while returning _false_ does not.
5959

60-
The column is represented by specifying the **internal name** of the field surrounded by square brackets and preceeded by a dollar sign: [$InternalName]. For example, to get the value of a field with an internal name of "ProductName", use [$ProductName].
60+
The column is represented by specifying the **internal name** of the field surrounded by square brackets and preceded by a dollar sign: [$InternalName]. For example, to get the value of a field with an internal name of "ProductName", use [$ProductName].
6161

6262
#### Supported column types in conditional show or hide
6363

0 commit comments

Comments
 (0)