Skip to content

Commit 29af080

Browse files
heyitstay11crisbeto
authored andcommitted
docs(material/datepicker): fixed typo in ssrSafeIsHTMLTextAreaElement function description (#33107)
(cherry picked from commit 0c0b033)
1 parent a6c0242 commit 29af080

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/material/datepicker/aria-accessible-name.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function ssrSafeIsHTMLInputElement(node: Node): node is HTMLInputElement {
7979

8080
/**
8181
* Determine if argument node is an HTMLTextAreaElement based on `nodeName` property. This
82-
* funciton is safe to use with server-side rendering.
82+
* function is safe to use with server-side rendering.
8383
*/
8484
function ssrSafeIsHTMLTextAreaElement(node: Node): node is HTMLTextAreaElement {
8585
return node.nodeName === 'TEXTAREA';

0 commit comments

Comments
 (0)