Skip to content

Commit c354610

Browse files
committed
docs(content): update content
1 parent 7c4c970 commit c354610

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/src/composables/use-content-container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ The appropriate HTML element for the page structure is determined based on the `
2525
</template>
2626
2727
<script setup>
28-
import { useContentContainer } from 'vue-semantic-structure'
28+
import { useContentContainer } from 'vue-semantic-structure';
2929
30-
const { currentTag } = useContentContainer()
30+
const { currentTag } = useContentContainer();
3131
</script>
3232
3333
```

docs/src/composables/use-content-headline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ The deeper the nesting, the smaller the heading.
2626
</template>
2727
2828
<script setup>
29-
import { useContentContainer } from 'vue-semantic-structure'
29+
import { useContentHeadline } from 'vue-semantic-structure';
3030
31-
const { currentTag } = useContentHeadline()
31+
const { currentTag } = useContentHeadline();
3232
</script>
3333
3434
```

0 commit comments

Comments
 (0)