quizzes/git: Fix 'in repository' -> 'in your repository'
authorW. Trevor King <wking@tremily.us>
Thu, 7 Feb 2013 00:20:03 +0000 (19:20 -0500)
committerW. Trevor King <wking@tremily.us>
Thu, 7 Feb 2013 00:20:03 +0000 (19:20 -0500)
For the 'git rm / commit' question.

quizzes/git.json

index bb5b9ad3299500db9abcd285a86748b4aa5d42fd..a3a3e12848e25d6aa938dd71c5b41fd1c66553f1 100644 (file)
                        "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'`."