Closed
Description
Description
These instances of Dr IQ's name have incorrect punctuation.
$ cd angular/aio/content/
$ grep -R 'Dr IQ' * | grep -v stackblitz
examples/forms/src/app/hero-form/hero-form.component.ts: model = new Hero(18, 'Dr IQ', this.powers[0], 'Chuck Overstreet');
examples/dynamic-component-loader/src/app/ad.service.ts: { name: 'Dr IQ', bio: 'Smart as they come' }
examples/component-interaction/e2e/src/app.e2e-spec.ts: const heroNames = ['Dr IQ', 'Magneta', 'Bombasto'];
examples/component-interaction/e2e/src/app.e2e-spec.ts: const nonEmptyName = '"Dr IQ"';
examples/component-interaction/src/app/hero.ts: {name: 'Dr IQ'},
examples/component-interaction/src/app/votetaker.component.ts: voters = ['Dr IQ', 'Celeritas', 'Bombasto'];
examples/component-interaction/src/app/name-parent.component.ts: // Displays 'Dr IQ', '<no name set>', 'Bombasto'
examples/component-interaction/src/app/name-parent.component.ts: names = ['Dr IQ', ' ', ' Bombasto '];
examples/dependency-injection/src/app/heroes/mock-heroes.ts: { id: 18, isSecret: true, name: 'Dr IQ' },
examples/router/src/app/heroes/mock-heroes.ts: { id: 18, name: 'Dr IQ' },
What is the affected URL?
Various
Please provide the steps to reproduce the issue
$ cd angular/aio/content/
$ grep -R 'Dr IQ' * | grep -v stackblitz
Please provide the expected behavior vs the actual behavior you encountered
Dr. IQ's name should have a period after his title.
Please provide a screenshot if possible
No response
Please provide the exception or error you saw
No response
Is this a browser-specific issue? If so, please specify the device, browser, and version.
No response