From afb4053c19548401ed5c13fc59a252baa84335cc Mon Sep 17 00:00:00 2001 From: anchan42 Date: Mon, 3 Jan 2022 12:18:36 +0700 Subject: [PATCH] Very minor update on letter casing Update "Add Todo" to "Add todo" so it matches what is in the code. --- src/guide/component-slots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/component-slots.md b/src/guide/component-slots.md index ed3daa2b32..9bbab509b7 100644 --- a/src/guide/component-slots.md +++ b/src/guide/component-slots.md @@ -25,7 +25,7 @@ Then in the template for ``, you might have: ``` -When the component renders, `` will be replaced by "Add Todo". +When the component renders, `` will be replaced by "Add todo". ```html