Skip to content

Commit

Permalink
Merge 5299f0b into bf0ae0b
Browse files Browse the repository at this point in the history
  • Loading branch information
PopGoesTheWza committed Mar 13, 2019
2 parents bf0ae0b + 5299f0b commit f8726cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default async (options: { localhost?: boolean; creds?: string }) => {
console.log(scope);
});
console.log('');
console.log(`NOTE: The full list of scopes you're project may need` +
console.log(`NOTE: The full list of scopes your project may need` +
` can be found at script.google.com under:`);
console.log(`File > Project Properties > Scopes`);
console.log('');
Expand Down

0 comments on commit f8726cc

Please sign in to comment.