We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346e68f commit 50f2f34Copy full SHA for 50f2f34
components/ServiceType.vue
@@ -14,7 +14,7 @@
14
15
<slot name="before-description" v-bind="$props"></slot>
16
17
- <section class="description" v-if="service.description || service.deprecated || service.experimental || serivce['federation:backends']">
+ <section class="description" v-if="service.description || service.deprecated || service.experimental || service['federation:backends']">
18
<h3>Description</h3>
19
<Description v-if="service.description" :description="service.description" />
20
<DeprecationNotice v-if="service.deprecated" entity="type of secondary web service" />
0 commit comments