From 341154ab31f8348b1fa3d67eac62cb33022049bf Mon Sep 17 00:00:00 2001 From: Matt Lott Date: Thu, 11 Aug 2016 16:03:56 -0700 Subject: [PATCH] :bug:Fix course description typo --- scripts/mongodb/updateCourses.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mongodb/updateCourses.js b/scripts/mongodb/updateCourses.js index 1e92d7cf7..414b1dfd8 100644 --- a/scripts/mongodb/updateCourses.js +++ b/scripts/mongodb/updateCourses.js @@ -63,7 +63,7 @@ var courses = name: "CS: Game Development 1", slug: "game-dev-1", campaignID: ObjectId("5789236960deed1f00ec2ab8"), - description: "Learn to create your owns games which you can share with your friends.", + description: "Learn to create your own games which you can share with your friends.", duration: NumberInt(1), free: false, releasePhase: 'beta'