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 коммит произвёл Facebook Github Bot 1
Родитель 0cf9505630
Коммит 1b6e67e991
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -85,7 +85,7 @@ const linkAssets = (project, assets) => {
copyAssetsAndroid(assets, project.android.assetsPath); 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`);
}; };
/** /**