Present perfect continuous matches plural

Summary:
This isn't a big deal, just saw it and submitted a PR.

https://www.englishforums.com/English/HasBeenVSHaveBeen/zzbx/post.htm
Closes https://github.com/facebook/react-native/pull/9508

Differential Revision: D3749803

fbshipit-source-id: c234ae102af055ecabcedae2e483441e26284516
This commit is contained in:
Gant Laborde 2016-08-21 20:27:48 -07:00 committed by Facebook Github Bot 1
parent 0cf9505630
commit 1b6e67e991
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ const linkAssets = (project, assets) => {
copyAssetsAndroid(assets, project.android.assetsPath);
}
log.info(`Assets has been successfully linked to your project`);
log.info(`Assets have been successfully linked to your project`);
};
/**