diff --git a/packages/common/src/directives/ng_for_of.ts b/packages/common/src/directives/ng_for_of.ts index 446a967e92daa..680e283d2cba1 100644 --- a/packages/common/src/directives/ng_for_of.ts +++ b/packages/common/src/directives/ng_for_of.ts @@ -75,7 +75,7 @@ export class NgForOfContext { * For example: * * ``` - *
  • + *
  • * {{i}}/{{users.length}}. {{user}} default *
  • * ```