Skip to content

Commit 4667c98

Browse files
KrzysztofKarolmarijnh
authored andcommitted
Fix typos in JS and HTML files
1 parent 9e411ac commit 4667c98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

code/crows.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
}
126126
}
127127

128-
if (typeof window != "undefine") {
128+
if (typeof window != "undefined") {
129129
window.require = name => {
130130
if (name != "crow-tech") throw new Error("Crow nests can only require \"crow-tech\"")
131131
return exports

html/backers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<style>
99
th { text-align: left; font-weight: normal; }
10-
table { border-spacing: 0; border-ckkollapse: collapse; margin-top: 1.5em; font-size: 90% }
10+
table { border-spacing: 0; border-collapse: collapse; margin-top: 1.5em; font-size: 90% }
1111
td.amount { text-align: right; border: 1px solid silver; border-width: 0 1px; min-width: 4.5em}
1212
th, td { vertical-align: top; padding: .5em 1em; }
1313
td.comment { font-size: 90%; color: #666; }

html/backers3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<style>
99
th { text-align: left; font-weight: normal; }
10-
table { border-spacing: 0; border-ckkollapse: collapse; margin-top: 1.5em; font-size: 90% }
10+
table { border-spacing: 0; border-collapse: collapse; margin-top: 1.5em; font-size: 90% }
1111
td.amount { text-align: right; border-left: 1px solid silver; min-width: 4.5em}
1212
th, td { vertical-align: top; padding: .5em 1em; }
1313
td.comment { font-size: 90%; color: #666; }

0 commit comments

Comments
 (0)