Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down