docs: remove gender prefixes from examples (#29972)

PR Close #29972
This commit is contained in:
janith
2019-04-18 13:09:56 +05:30
committed by Jason Aden
parent e58e5ec6a6
commit c79bffaacb
33 changed files with 42 additions and 42 deletions

View File

@ -31,7 +31,7 @@ describe('Architecture', () => {
function heroTests() {
const targetHero: Hero = { id: 2, name: 'Mr. Nice' };
const targetHero: Hero = { id: 2, name: 'Dr Nice' };
it('has the right number of heroes', () => {
let page = getPageElts();