Skip to content

Commit 1c50bfb

Browse files
committed
docs(textarea): use correct tag
1 parent 5947b0f commit 1c50bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/textarea/textarea.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export class Textarea implements ComponentInterface {
266266
* As a result, creating these as properties
267267
* can have unintended side effects. Instead, we
268268
* listen for attribute changes and inherit them
269-
* to the inner `<input>` element.
269+
* to the inner `<textarea>` element.
270270
*/
271271
@Watch('dir')
272272
onDirChanged(newValue: string) {

0 commit comments

Comments
 (0)