File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -500,18 +500,18 @@ declare namespace parser {
500500 }
501501 function pseudo ( opts : ContainerOptions ) : Pseudo ;
502502 /**
503- * Checks wether the node is the Psuedo subtype of node.
503+ * Checks whether the node is the Pseudo subtype of node.
504504 */
505505 function isPseudo ( node : any ) : node is Pseudo ;
506506
507507 /**
508- * Checks wether the node is, specifically, a pseudo element instead of
508+ * Checks whether the node is, specifically, a pseudo element instead of
509509 * pseudo class.
510510 */
511511 function isPseudoElement ( node : any ) : node is Pseudo ;
512512
513513 /**
514- * Checks wether the node is, specifically, a pseudo class instead of
514+ * Checks whether the node is, specifically, a pseudo class instead of
515515 * pseudo element.
516516 */
517517 function isPseudoClass ( node : any ) : node is Pseudo ;
You can’t perform that action at this time.
0 commit comments