Skip to content

Commit b4e5245

Browse files
authored
Merge pull request #20591 from johanrd/patch-1
docs: Update textarea.ts with link to Class (same way as Input)
2 parents 680caf9 + ecbf299 commit b4e5245

File tree

1 file changed

+2
-2
lines changed
  • packages/@ember/-internals/glimmer/lib/components

1 file changed

+2
-2
lines changed

packages/@ember/-internals/glimmer/lib/components/textarea.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ import { type OpaqueInternalComponentConstructor, opaquify } from './internal';
121121
*/
122122

123123
/**
124-
See Ember.Templates.components.Textarea.
124+
See [Ember.Templates.components.Textarea](/ember/release/classes/Ember.Templates.components/methods/Textarea?anchor=Textarea)
125125
126126
@method textarea
127127
@for Ember.Templates.helpers
@@ -133,7 +133,7 @@ import { type OpaqueInternalComponentConstructor, opaquify } from './internal';
133133
An opaque interface which can be imported and used in strict-mode
134134
templates to call <Textarea>.
135135
136-
See [Ember.Templates.components.Textarea](/ember/release/classes/Ember.Templates.components/methods/Textarea?anchor=Input).
136+
See [Ember.Templates.components.Textarea](/ember/release/classes/Ember.Templates.components/methods/Textarea?anchor=Textarea).
137137
138138
@for @ember/component
139139
@method Textarea

0 commit comments

Comments
 (0)