From 361d645d31487088358ee4546d3f87803fd2b8ee Mon Sep 17 00:00:00 2001 From: AlexanderLukin Date: Thu, 9 Mar 2017 08:13:03 +0300 Subject: [PATCH] docs(ajs-quick-reference): Add missing monospaced typeface for variable name (#3339) --- public/docs/ts/latest/cookbook/ajs-quick-reference.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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