docs: correct typo 'specifity' to 'specificity'

Closes #4082
This commit is contained in:
Nick Mann 2015-09-08 23:19:22 -07:00 committed by Misko Hevery
parent fd14460148
commit 958863d038
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ function isWildcard(selector): boolean {
// different sub views // different sub views
function sortContentElements(contentElements: Element[]): Element[] { function sortContentElements(contentElements: Element[]): Element[] {
// for now, only move the wildcard selector to the end. // for now, only move the wildcard selector to the end.
// TODO(tbosch): think about sorting by selector specifity... // TODO(tbosch): think about sorting by selector specificity...
var firstWildcard = null; var firstWildcard = null;
var sorted = []; var sorted = [];
contentElements.forEach((contentElement) => { contentElements.forEach((contentElement) => {