We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ab191 commit fd21516Copy full SHA for fd21516
src/material/datepicker/aria-accessible-name.ts
@@ -70,7 +70,7 @@ function ssrSafeIsElement(node: Node): node is Element {
70
}
71
72
/**
73
- * Determine if argument node is an HTMLInputElement based on `nodeName` property. This funciton is
+ * Determine if argument node is an HTMLInputElement based on `nodeName` property. This function is
74
* safe to use with server-side rendering.
75
*/
76
function ssrSafeIsHTMLInputElement(node: Node): node is HTMLInputElement {
0 commit comments