@@ -19,7 +19,7 @@ export class HomeComponent {
1919 icon : faGlassCheers ,
2020 title : 'Simple' ,
2121 description : `
22- We know that you expect things to just work. That's why ngqp requires almost no setup and is easy to use while
22+ Developers expect tools to just work. That's why ngqp requires almost no setup and is easy to use while
2323 giving you the flexibility to configure it to your needs. The API feels familiar because it is designed after
2424 the Forms API.
2525 ` ,
@@ -28,26 +28,25 @@ export class HomeComponent {
2828 icon : faCogs ,
2929 title : 'Powerful' ,
3030 description : `
31- Dependencies should earn their keep ; that's why ngqp ships with a lot of features packed into an intuitive API
32- that allow you to do exactly what you need to do .
31+ Any tool is only as good as it is useful ; that's why ngqp ships with a lot of features that allow you to do
32+ exactly what you need to do, nicely packed into an intuitive API so you don't need to scratch your head .
3333 ` ,
3434 } ,
3535 {
3636 icon : faAlignLeft ,
3737 title : 'Documented' ,
3838 description : `
39- No one should have a hard time learning how to use something . We provide rich documentation with many examples,
40- guides and tips & tricks. If you have any issue getting something to work, the community will be right by your
39+ Reading documentation doesn't have to be a bother . We provide rich documentation with many examples,
40+ guides and tips & tricks. If you have issues getting something to work, the community will be right by your
4141 side and help you out.
4242 ` ,
4343 } ,
4444 {
4545 icon : faHeart ,
4646 title : 'Free' ,
4747 description : `
48- We ❤️ the open-source community, so there are no hidden fees or strings attached. ngqp is free, open-source and
49- MIT-licensed. Find the source code on Github, fork it, or help improving it by contributing documentation,
50- bug fixes or features.
48+ We ❤️ the open source community, so there are no strings attached. ngqp is free, open source and MIT-licensed.
49+ Find the source code on Github, fork it, or help improving it by contributing documentation, bug fixes or features.
5150 ` ,
5251 } ,
5352 ] ;
0 commit comments