diff --git a/public/docs/ts/latest/cookbook/ajs-quick-reference.jade b/public/docs/ts/latest/cookbook/ajs-quick-reference.jade index 026046c3ca..c9cf4405aa 100644 --- a/public/docs/ts/latest/cookbook/ajs-quick-reference.jade +++ b/public/docs/ts/latest/cookbook/ajs-quick-reference.jade @@ -600,7 +600,7 @@ table(width="100%") <tr ng-repeat="movie in movieList | orderBy : 'title'"> :marked Displays the collection in the order specified by the expression. - In this example, the movie title orders the movieList. + In this example, the movie title orders the `movieList`. td :marked ### none