mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-30 14:49:32 +02:00
Fixed typos in comments and strings
This commit is contained in:
parent
5e8d83536e
commit
694f414e22
21 changed files with 46 additions and 46 deletions
|
@ -16,7 +16,7 @@ var commandConfigs = {
|
|||
var commands = {
|
||||
execute: function(vcs, name, engine, commandObj) {
|
||||
if (!commandConfigs[vcs][name]) {
|
||||
throw new Error('i dont have a command for ' + name);
|
||||
throw new Error('i don\'t have a command for ' + name);
|
||||
}
|
||||
var config = commandConfigs[vcs][name];
|
||||
if (config.delegate) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue