We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c0242 commit 29af080Copy full SHA for 29af080
1 file changed
src/material/datepicker/aria-accessible-name.ts
@@ -79,7 +79,7 @@ function ssrSafeIsHTMLInputElement(node: Node): node is HTMLInputElement {
79
80
/**
81
* Determine if argument node is an HTMLTextAreaElement based on `nodeName` property. This
82
- * funciton is safe to use with server-side rendering.
+ * function is safe to use with server-side rendering.
83
*/
84
function ssrSafeIsHTMLTextAreaElement(node: Node): node is HTMLTextAreaElement {
85
return node.nodeName === 'TEXTAREA';
0 commit comments