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

@ -5,7 +5,7 @@ import { Hero } from './hero';
const HEROES = [
new Hero('Windstorm', 'Weather mastery'),
new Hero('Mr. Nice', 'Killing them with kindness'),
new Hero('Dr Nice', 'Killing them with kindness'),
new Hero('Magneta', 'Manipulates metallic objects')
];