diff --git a/docs/app/assets/Error404.html b/docs/app/assets/Error404.html
index abfc4d13a37d..f6a8a79f4079 100644
--- a/docs/app/assets/Error404.html
+++ b/docs/app/assets/Error404.html
@@ -6,6 +6,6 @@
The most important changes are listed below. You can see the full diff on ' +
- 'GitHub\n' +
+ 'GitHub\n' +
'
'
};
});
diff --git a/docs/config/templates/errorNamespace.template.html b/docs/config/templates/errorNamespace.template.html
index ebd48e049c54..9d12e0b87b39 100644
--- a/docs/config/templates/errorNamespace.template.html
+++ b/docs/config/templates/errorNamespace.template.html
@@ -17,7 +17,7 @@
-
+
- - Home
+ - Home
-
Learn
@@ -110,12 +110,12 @@
Develop
@@ -124,15 +124,15 @@
Discuss
@@ -163,7 +163,7 @@
{{ key }}
@@ -186,7 +186,7 @@
{{ key }}
@@ -201,13 +201,13 @@
{{ key }}
diff --git a/docs/content/misc/faq.ngdoc b/docs/content/misc/faq.ngdoc
index 9b14d1c96529..6cdbfe4b6564 100644
--- a/docs/content/misc/faq.ngdoc
+++ b/docs/content/misc/faq.ngdoc
@@ -157,7 +157,7 @@ Conditionally showing and hiding things using jQuery is a common pattern in othe
`ng-show` (and `ng-hide`) conditionally show and hide elements based on boolean expressions.
Describe the conditions for showing and hiding an element in terms of `$scope` variables:
-
+
Note also the counterpart `ng-hide` and similar `ng-disabled`.
Note especially the powerful `ng-switch` that should be used instead of several mutually exclusive `ng-show`s.
diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc
index 436e72c62344..ce1970c0099b 100644
--- a/docs/content/tutorial/step_00.ngdoc
+++ b/docs/content/tutorial/step_00.ngdoc
@@ -31,7 +31,7 @@ npm install
To see the app running in a browser, open a *separate* terminal/command line tab or window, then
run `npm start` to start the web server. Now, open a browser window for the app and navigate to
-
`http://localhost:8000/app/index.html`
+
`http://localhost:8000/app/index.html`
You can now see the page in your browser. It's not very exciting, but that's OK.
diff --git a/docs/content/tutorial/step_06.ngdoc b/docs/content/tutorial/step_06.ngdoc
index 5b509a8e068f..12075e017f4f 100644
--- a/docs/content/tutorial/step_06.ngdoc
+++ b/docs/content/tutorial/step_06.ngdoc
@@ -44,7 +44,7 @@ __`app/index.html`:__
diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc
index 237976891d87..83f9b2ee0d83 100644
--- a/docs/content/tutorial/step_07.ngdoc
+++ b/docs/content/tutorial/step_07.ngdoc
@@ -165,7 +165,7 @@ __`app/partials/phone-list.html`:__
diff --git a/docs/content/tutorial/step_12.ngdoc b/docs/content/tutorial/step_12.ngdoc
index 0d1646a43a48..83807ff367de 100644
--- a/docs/content/tutorial/step_12.ngdoc
+++ b/docs/content/tutorial/step_12.ngdoc
@@ -160,7 +160,7 @@ __`app/partials/phone-list.html`.__
- {{phone.name}}
+ {{phone.name}}
{{phone.snippet}}
diff --git a/src/ngScenario/output/Html.js b/src/ngScenario/output/Html.js
index 7f69a734db20..7511410abf0b 100644
--- a/src/ngScenario/output/Html.js
+++ b/src/ngScenario/output/Html.js
@@ -27,7 +27,7 @@ angular.scenario.output('html', function(context, runner, model) {
runner.on('InteractivePause', function(spec) {
var ui = lastStepUiMap[spec.id];
ui.find('.test-title').
- html('paused...
resume when ready.');
+ html('paused...
resume when ready.');
});
runner.on('SpecBegin', function(spec) {