From 1dd341fff5851ec3605189bdac006fa02e4fde69 Mon Sep 17 00:00:00 2001 From: Barney Carroll Date: Sun, 27 Nov 2016 12:50:45 +0000 Subject: [PATCH] Typo --- docs/components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components.md b/docs/components.md index 1c6aa8c1..49360017 100644 --- a/docs/components.md +++ b/docs/components.md @@ -171,7 +171,7 @@ Be aware that when using ES5 functions, the value of `this` in nested anonymous Although Mithril is flexible, some code patterns are discouraged: -#### Avoiding restrictive interfaces +#### Avoid restrictive interfaces Try to keep component interfaces generic - using `attrs` and `children` directly - unless the component requires special logic to operate on input.