diff --git a/src/lib/es2015.core.d.ts b/src/lib/es2015.core.d.ts
index 1487891d524..032a7afc0ec 100644
--- a/src/lib/es2015.core.d.ts
+++ b/src/lib/es2015.core.d.ts
@@ -434,48 +434,48 @@ interface String {
startsWith(searchString: string, position?: number): boolean;
/**
- * Returns an HTML anchor element and sets the name attribute to the text value
+ * Returns an `` HTML anchor element and sets the name attribute to the text value
* @param name
*/
anchor(name: string): string;
- /** Returns a HTML element */
+ /** Returns a `` HTML element */
big(): string;
- /** Returns a