Merge pull request #5333 from himanshugarg/patch-1
Corrected Typos on Frappe landing page
This commit is contained in:
commit
ccfa4125c8
1 changed files with 4 additions and 4 deletions
|
|
@ -6,8 +6,8 @@ Frappé is a full stack web application framework written in Python,
|
|||
Javascript, HTML/CSS with MySQL as the backend. It was built for ERPNext
|
||||
but is pretty generic and can be used to build database driven apps.
|
||||
|
||||
The key differece in Frappé compared to other frameworks is that Frappé
|
||||
is that meta-data is also treated as data and is used to build front-ends
|
||||
The key differece in Frappé compared to other frameworks is that in Frappé
|
||||
meta-data is also treated as data and is used to build front-ends
|
||||
very easily. Frappé comes with a full blown admin UI called the **Desk**
|
||||
that handles forms, navigation, lists, menus, permissions, file attachment
|
||||
and much more out of the box.
|
||||
|
|
@ -15,11 +15,11 @@ and much more out of the box.
|
|||
Frappé also has a plug-in architecture that can be used to build plugins
|
||||
to ERPNext.
|
||||
|
||||
Frappé Framework was designed to build [ERPNext](https://erpnext.com), open source
|
||||
Frappé Framework was designed to build [ERPNext](https://erpnext.com), an open source
|
||||
ERP for managing small and medium sized businesses.
|
||||
|
||||
[Get started with the Tutorial](/docs/user/)
|
||||
|
||||
### Feedback
|
||||
|
||||
You're encouraged to help improve the quality of this documentation, by sending a pull request on the [GitHub Repository](https://github.com/frappe/erpnext). If you would like to have a discussion regarding the documentation, you can do so [at the forum](https://discuss.erpnext.com).
|
||||
You're encouraged to help improve the quality of this documentation, by sending a pull request on the [GitHub Repository](https://github.com/frappe/erpnext). If you would like to have a discussion regarding the documentation, you can do so [at the forum](https://discuss.erpnext.com).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue