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:
parent
0cf9505630
commit
1b6e67e991
|
@ -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`);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue