Skip to content

Commit

Permalink
Present perfect continuous matches plural
Browse files Browse the repository at this point in the history
Summary:
This isn't a big deal, just saw it and submitted a PR.

https://www.englishforums.com/English/HasBeenVSHaveBeen/zzbx/post.htm
Closes #9508

Differential Revision: D3749803

fbshipit-source-id: c234ae102af055ecabcedae2e483441e26284516
  • Loading branch information
GantMan authored and Facebook Github Bot 1 committed Aug 22, 2016
1 parent 0cf9505 commit 1b6e67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-cli/rnpm/link/src/link.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`);
};

/**
Expand Down

0 comments on commit 1b6e67e

Please sign in to comment.