Skip to content

Commit 958863d

Browse files
Nick Mannmhevery
authored andcommitted
docs: correct typo 'specifity' to 'specificity'
Closes angular#4082
1 parent fd14460 commit 958863d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/src/core/render/dom/view/proto_view_merger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ function isWildcard(selector): boolean {
283283
// different sub views
284284
function sortContentElements(contentElements: Element[]): Element[] {
285285
// for now, only move the wildcard selector to the end.
286-
// TODO(tbosch): think about sorting by selector specifity...
286+
// TODO(tbosch): think about sorting by selector specificity...
287287
var firstWildcard = null;
288288
var sorted = [];
289289
contentElements.forEach((contentElement) => {

0 commit comments

Comments
 (0)