Skip to content

Commit a53dbcc

Browse files
committed
[DATALAD RUNCMD] run codespell throughout fixing typos automagically
=== Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 0bf69e0 commit a53dbcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ export default {
482482
} else if (_.isString(cond)) {
483483
const responseMapper = this.responseMapper(index, this.$store.state.responses, this.$store.state.responseMap);
484484
const v = this.evaluateString(cond, responseMapper);
485-
// this.visibilty[index] = v;
485+
// this.visibility[index] = v;
486486
return v;
487487
}
488488
return cond;

src/components/Landing/Landing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default {
102102
font-weight: bold;
103103
}
104104
105-
/* DOCKED LAYOUT (header annd footer at top and bottom of viewport,
105+
/* DOCKED LAYOUT (header and footer at top and bottom of viewport,
106106
center elements each scroll) */
107107
.docked-layout {
108108
display: flex;

0 commit comments

Comments
 (0)