Skip to content

Commit

Permalink
Fix minor spelling issues in config area
Browse files Browse the repository at this point in the history
  • Loading branch information
jolzee committed May 28, 2020
1 parent ab04032 commit f6344f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/ConfigAddEditSolution.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<v-btn
x-small
style="opacity:0.8"
aria-label="Open Marterial Design Icons in a new window"
aria-label="Open Material Design Icons in a new window"
:color="`teal darken-4 white--text`"
href="https://petershaggynoble.github.io/MDI-Sandbox/"
target="_blank"
Expand Down Expand Up @@ -289,7 +289,7 @@
<v-col :cols="12">
<v-row align="center" justify="center" style=" height: 300px;min-height: 300px;">
<transition
name="leoaprd-transition"
name="leopard-transition"
:enter-active-class="solution.animations.in"
:leave-active-class="solution.animations.out"
>
Expand Down Expand Up @@ -438,7 +438,7 @@
</v-col>
<v-col cols="3" :sm="2" :md="2" class="text-right">
<v-btn
aria-label="Chat icon representing the virtual assitant"
aria-label="Chat icon representing the virtual assistant"
:color="solution.theme[solution.lookAndFeel.response.iconColor]"
text
tile
Expand Down Expand Up @@ -724,7 +724,7 @@
</v-col>

<v-col :cols="12" class="px-7">
<!-- Itterate over all CTX parameters and their values -->
<!-- Iterate over all CTX parameters and their values -->
<v-row
v-for="(contextParam, index) in solution.contextParams"
:key="index"
Expand Down

0 comments on commit f6344f9

Please sign in to comment.