Skip to content

Commit a0ab603

Browse files
committed
[DATALAD RUNCMD] Do interactive fixing of some ambigous typos
=== Do not change lines below === { "chain": [], "cmd": "codespell -w -i 3 -C 2", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent cd2b120 commit a0ab603

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

documentation/html/scripts/URI.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@
10581058
} else if (v || (typeof v === "string" && v.length)) {
10591059
if (segments[segments.length - 1] === "") {
10601060
// empty trailing elements have to be overwritten
1061-
// to prefent results such as /foo//bar
1061+
// to prevent results such as /foo//bar
10621062
segments[segments.length - 1] = v;
10631063
} else {
10641064
segments.push(v);

src/components/Records/Record/GeneralInfo/DOITitle.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<Icon
3333
v-if="getField('registry')!=='Collection'"
3434
item="DOI"
35-
heigh="30"
35+
height="30"
3636
wrapper-class=""
3737
class="mr-2"
3838
/>

src/views/Static/Educational/Educational.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
>
3636
<Icon
3737
item="DOI"
38-
heigh="30"
38+
height="30"
3939
wrapper-class=""
4040
class="mr-2 width-35"
4141
/>
@@ -242,7 +242,7 @@
242242
>
243243
<Icon
244244
item="DOI"
245-
heigh="30"
245+
height="30"
246246
wrapper-class=""
247247
class="mr-2 width-35"
248248
/>

0 commit comments

Comments
 (0)