Skip to content

Commit a27babb

Browse files
committed
Fix typo #477
1 parent 6d03101 commit a27babb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs/achandling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A list of commonly used functions to access AutoConnectElements with your Sketch
3030
3131
- `[]` operator : Access to an AutoConnectElement by specified element name.
3232
- `getElement` function : Access to an AutoConnectElement by specified element name.
33-
- `as<>` function : Cast from a variant of `AutoConnectElemnet` type to an actual type such as `AutoConnectText` or `AutoConnectInput` etc. To access attributes that exist only in the actual type, it is necessary to convert from the `AutoConnectElement` type obtained with `[]` operator or `getElement` function.
33+
- `as<>` function : Cast from a variant of `AutoConnectElement` type to an actual type such as `AutoConnectText` or `AutoConnectInput` etc. To access attributes that exist only in the actual type, it is necessary to convert from the `AutoConnectElement` type obtained with `[]` operator or `getElement` function.
3434
3535
See the section [Get AutoConnectElement from the AutoConnectAux](achandling.md#get-autoconnectelement-from-the-autoconnectaux) and the section [AutoConnectElements API](apielements.md) for usage examples and API specifications for each above function.
3636

0 commit comments

Comments
 (0)