diff --git a/src/guide/component-slots.md b/src/guide/component-slots.md
index 8c62adcbbf..ed3daa2b32 100644
--- a/src/guide/component-slots.md
+++ b/src/guide/component-slots.md
@@ -92,7 +92,7 @@ The slot does **not** have access to ``'s scope. For example, tryin
Clicking here will {{ action }} an item
@@ -224,7 +224,7 @@ The rendered HTML will be:
```
-Note that **`v-slot` can only be added to a ``** (with [one exception](#abbreviated-syntax-for-lone-default-slots))
+Note that **`v-slot` can only be added to a ``** (with [one exception](#abbreviated-syntax-for-lone-default-slots)).
## Scoped Slots