diff options
| author | Roland | 2013-07-24 16:31:45 +0200 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-07-27 16:07:38 +0100 | 
| commit | 9fcb5c0891512ec276836a4084a8aea48df2f115 (patch) | |
| tree | df71cf1a93bc7968bb40edfc43e8c9d9905f56d8 /docs/content/tutorial/step_03.ngdoc | |
| parent | f5b8092a1c74f81a52fd0a6b008de10b3d813204 (diff) | |
| download | angular.js-9fcb5c0891512ec276836a4084a8aea48df2f115.tar.bz2 | |
docs(tutorial): add formatting
the string literal {{query}} was missing as it was not enclosed into ``
Diffstat (limited to 'docs/content/tutorial/step_03.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_03.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc index 54be3b5f..0ba36fac 100644 --- a/docs/content/tutorial/step_03.ngdoc +++ b/docs/content/tutorial/step_03.ngdoc @@ -138,7 +138,7 @@ really is that easy to set up any functional, readable, end-to-end test.  * Let's see how we can get the current value of the `query` model to appear in the HTML page title. -  You might think you could just add the {{query}} to the title tag element as follows: +  You might think you could just add the `{{query}}` to the title tag element as follows:            <title>Google Phone Gallery: {{query}}</title> | 
