From b3115bbbfac47c12f4f9da41f8b5a1dd65ab2c7c Mon Sep 17 00:00:00 2001 From: Florent Berthelot Date: Thu, 6 Jun 2019 11:00:36 +0200 Subject: [PATCH] Update website/docs/philosophy.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jérémie Picard --- website/docs/philosophy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/philosophy.md b/website/docs/philosophy.md index 27bf5f4..7720270 100644 --- a/website/docs/philosophy.md +++ b/website/docs/philosophy.md @@ -21,7 +21,7 @@ The only test type you cannot do is end-to-end testing because component-test-ut No matter the JavaScript framework (Vanilla, Vue.js, Angular, React, ...) you use, they share some common vision of what a component should be. -A component is a Custom HTML element that produce a view (aka. a piece of others Component and HTML elements). +A component is a Custom HTML element that produces a view (aka. a piece of others Component and HTML elements). ![Component that generate view](/img/component_view.gif)