From ffb5a0b51bd6da530df0e9d26778c1d131ef0d9c Mon Sep 17 00:00:00 2001 From: Austin Wei Date: Sat, 21 Jul 2018 04:33:13 +0800 Subject: [PATCH] typo in code example (#1093) First time looking at marko, but I think that `users` should be `user` --- docs/components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components.md b/docs/components.md index 9410a2fa2..850d1dc68 100644 --- a/docs/components.md +++ b/docs/components.md @@ -381,7 +381,7 @@ The `key` attribute can be used to pair HTML elements or UI components that are ```marko