Fixed Typo

Summary: Closes https://github.com/facebook/react-native/pull/4160

Reviewed By: svcscm

Differential Revision: D2663767

Pulled By: mkonicek

fb-gh-sync-id: 1e61c9a96247eec0cb22523989a31b2ad2de0827
This commit is contained in:
Pasindu Perera 2015-11-17 09:47:55 -08:00 committed by facebook-github-bot-6
parent 5367e841ad
commit 83c9741dc9

View File

@ -119,7 +119,7 @@ function printInitWarning() {
class CreateSuppressingTerminalAdapter extends TerminalAdapter {
constructor() {
super();
// suppres 'create' output generated by yeoman
// suppress 'create' output generated by yeoman
this.log.create = function() {};
}
}