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)