Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 460e0e9

Browse files
doc: typo
1 parent f25c3ec commit 460e0e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The [Stencil documentation](https://stenciljs.com/docs/overview) provide example
8888

8989
[DeckDeckGo] is a deck of slides where each slide has its own layout and behaviour. Their content could be edited and structured using the provided `slots` and other attributes.
9090

91-
The deck should be declared using the tag `<deckgo-deck>` and each slide should be added to its children.
91+
The deck should be declared using the tag `<deckgo-deck/>` and each slide should be added to its children.
9292

9393
```
9494
<deckgo-deck>

doc/slides/slides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,9 @@ Both slots `title`, `author` and `social-link` are optional, but of course the s
354354

355355
Notes:
356356

357-
* The slot `title` is hidden. If you use the [DeckDeckGo] starter, it will be use for the navigation modal.
357+
* The slot `title` is hidden. If you use the [DeckDeckGo] starter, it will be use for the navigation modal
358358

359-
* You could provide up to six `social-link` slots.
359+
* You could provide up to six `social-link` slots
360360

361361
### Attributes
362362

0 commit comments

Comments
 (0)