Merge pull request #3624 from FreeCodeCamp/fix/commit-typos

fix some typos in commit and getting started
pull/3625/head
Quincy Larson 2015-10-07 02:18:30 -07:00
commit 99dea77884
2 changed files with 3 additions and 3 deletions

View File

@ -140,7 +140,7 @@
[
"http://i.imgur.com/FkEzbto.gif",
"A gif showing how you can click your profile image in your upper right hand corner to your code portfolio and connect GitHub.",
"Check out your code portfolio. Click your picture your upper right hand corner. To activate your code portfolio, you'll need to link your GitHub account with Free Code Camp.",
"Check out your code portfolio. Click your picture in your upper right hand corner. To activate your code portfolio, you'll need to link your GitHub account with Free Code Camp.",
""
],
[

View File

@ -158,11 +158,11 @@ export default function commit(app) {
return saveInstance(pledge);
})
.subscribe(
({ nonprofit, goal, amount }) => {
({ displayName, goal, amount }) => {
req.flash('success', {
msg: dedent`
Congratulations, you have committed to giving
${nonprofit} $${amount} each month until you have completed
${displayName} $${amount} each month until you have completed
your ${goal}.
`
});