diff --git a/aio/content/file-not-found.md b/aio/content/file-not-found.md
index c03967cd31..cdd57442d4 100644
--- a/aio/content/file-not-found.md
+++ b/aio/content/file-not-found.md
@@ -3,7 +3,7 @@
-
Page Not Found
+
Page Not Found
We're sorry. The page you are looking for cannot be found.
-
\ No newline at end of file
+
diff --git a/aio/src/app/documents/document.service.ts b/aio/src/app/documents/document.service.ts
index 34e81cd151..7cd3a6be59 100644
--- a/aio/src/app/documents/document.service.ts
+++ b/aio/src/app/documents/document.service.ts
@@ -19,13 +19,16 @@ export const FETCHING_ERROR_ID = 'fetching-error';
const CONTENT_URL_PREFIX = 'content/docs/';
const FETCHING_ERROR_CONTENTS = `
-
-
error_outline
-
-
Request for document failed.
-
We are unable to retrieve the "" page at this time.
-Please check your connection and try again later.
-
+
+
error_outline
+
+
Request for document failed.
+
+ We are unable to retrieve the "" page at this time.
+ Please check your connection and try again later.
+
+
+
`;
@Injectable()