From 52b0def567b61ad49a12438b96a39fa35f671b39 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 6 Feb 2013 19:20:03 -0500 Subject: [PATCH] quizzes/git: Fix 'in repository' -> 'in your repository' For the 'git rm / commit' question. --- quizzes/git.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'`." -- 2.26.2