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 |