From: W. Trevor King Date: Thu, 7 Feb 2013 00:20:03 +0000 (-0500) Subject: quizzes/git: Fix 'in repository' -> 'in your repository' X-Git-Tag: v0.1~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=52b0def567b61ad49a12438b96a39fa35f671b39;p=quizzer.git quizzes/git: Fix 'in repository' -> 'in your repository' For the 'git rm / commit' question. --- diff --git a/quizzes/git.json b/quizzes/git.json index bb5b9ad..a3a3e12 100644 --- a/quizzes/git.json +++ b/quizzes/git.json @@ -179,7 +179,7 @@ "interpreter": "sh", "id": "git rm / commit", "prompt": [ - "You've had a `widgets` file in repository for a few commits,", + "You've had a `widgets` file in your repository for a few commits,", "but you don't need it any more.", "Create a commit removing the file.", "The commit message should be `Remove 'widgets'`."