Skip to content

Commit

Permalink
"it's" => "its"
Browse files Browse the repository at this point in the history
  • Loading branch information
bregenspan committed Dec 3, 2012
1 parent 09cdaa4 commit 8d905cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/project.js
Expand Up @@ -9,7 +9,7 @@ var wrench = require('wrench');
var exec = require('child_process').exec;

// The project is the current directory's personal version of meteor,
// complete with it's own set of packages.
// complete with its own set of packages.
// it installs into ./meteor/meteorite

Project = function(root, meteorArgs) {
Expand Down Expand Up @@ -176,7 +176,7 @@ Project.prototype.execute = function(args, fn) {
console.suppress();

console.log();
console.log("Stand back while Meteorite does it's thing".white.bold);
console.log("Stand back while Meteorite does its thing".white.bold);

// TODO -- what do we do here if not installed? I'm not sure we just go ahead
// and install, we should probably abort and tell them
Expand Down

0 comments on commit 8d905cb

Please sign in to comment.