mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-30 17:54:28 +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
|
@ -165,7 +165,7 @@ var initRootEvents = function(eventBaton) {
|
|||
var initDemo = function(sandbox) {
|
||||
var params = util.parseQueryString(window.location.href);
|
||||
|
||||
// being the smart programmer I am (not), I dont include a true value on demo, so
|
||||
// being the smart programmer I am (not), I don't include a true value on demo, so
|
||||
// I have to check if the key exists here
|
||||
var commands;
|
||||
if (/(iPhone|iPod|iPad).*AppleWebKit/i.test(navigator.userAgent) || /android/i.test(navigator.userAgent)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue