Skip to content

Commit 50f2f34

Browse files
christophfriedrichm-mohr
authored andcommitted
Fix typo
1 parent 346e68f commit 50f2f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ServiceType.vue

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

1515
<slot name="before-description" v-bind="$props"></slot>
1616

17-
<section class="description" v-if="service.description || service.deprecated || service.experimental || serivce['federation:backends']">
17+
<section class="description" v-if="service.description || service.deprecated || service.experimental || service['federation:backends']">
1818
<h3>Description</h3>
1919
<Description v-if="service.description" :description="service.description" />
2020
<DeprecationNotice v-if="service.deprecated" entity="type of secondary web service" />

0 commit comments

Comments
 (0)