adobe / htl-spec

HTML Template Language Specification
Apache License 2.0
281 stars 147 forks source link

Fix tiny typo #103

Closed paulochang closed 11 months ago

paulochang commented 11 months ago

Data-sly-test stores the original value on the optional attribute AS-IS (no type-casting) involved.

Description

This fixes a small typo in the documentation. "type-cased" was written instead of "type-casted"

Related Issue

??

Motivation and Context

Type casing seems to indicate that the casing of a string would be preserved, in reality, the type is preserved.

How Has This Been Tested?

NA

Screenshots (if appropriate):

Types of changes

Checklist: