diff options
Diffstat (limited to 'docs/src/ngdoc.js')
| -rw-r--r-- | docs/src/ngdoc.js | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/ngdoc.js b/docs/src/ngdoc.js index e47848d0..1045d39d 100644 --- a/docs/src/ngdoc.js +++ b/docs/src/ngdoc.js @@ -569,14 +569,14 @@ Doc.prototype = {  function scenarios(docs){    var specs = []; -  specs.push('describe("angular without jquery", function() {'); +  specs.push('describe("angular+jqlite", function() {');    appendSpecs('index.html');    specs.push('});');    specs.push('');    specs.push(''); -  specs.push('describe("angular with jquery", function() {'); +  specs.push('describe("angular+jquery", function() {');    appendSpecs('index-jq.html');    specs.push('});');  | 
