From b54618dfde862880ccf6feeabbb34df5651dc74b Mon Sep 17 00:00:00 2001 From: Oscar Moreno Garza Date: Sun, 6 Mar 2016 16:08:46 -0600 Subject: [PATCH] fixes typo on 'components' --- en/docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/docs/README.md b/en/docs/README.md index a34b9e2..5d3f357 100644 --- a/en/docs/README.md +++ b/en/docs/README.md @@ -28,7 +28,7 @@ Components contain several standard folders. | assets | your static assets: css, js, image, font, etc... | | config | component specific configuration and dependency management | | controllers | Classes that orchestrate the presentation of the UI and connecting it to the models | -| lib | Additional ruby code needed for the comonent | +| lib | Additional ruby code needed for the component | | models | Classes that manage data, permissions, validations, and business logic | | views | html files that are rendered on the browser to show the app |