FakhriAzzouz
FakhriAzzouz
https://github.com/AppFlowy-IO/AppFlowy-Docs/blob/cb1d8a02d240749c85bb75e37c96b9903393f235/essential-documentation/contribute-to-appflowy/architecture/frontend/database-view/README.md?plain=1#L42 ### Verb Tense and Structure: ***Inaccurate:*** "when the Cell `create`" ***Accurate:*** "when the Cell `is created`" ### Subject-Verb Agreement: ***Inaccurate:*** "but `carry` the FieldType" ***Accurate:*** "but `carries` the FieldType"
https://github.com/AppFlowy-IO/AppFlowy-Docs/blob/cb1d8a02d240749c85bb75e37c96b9903393f235/essential-documentation/contribute-to-appflowy/architecture/frontend/database-view/README.md?plain=1#L5 ###Subject-verb agreement issue, plural subject requires plural verb ***Inaccurate*** This document explains how the Grid, Board, and Calendar `shares` the same ***Accurate*** This document explains how the Grid, Board,...
https://github.com/AppFlowy-IO/AppFlowy-Docs/blob/cb1d8a02d240749c85bb75e37c96b9903393f235/essential-documentation/contribute-to-appflowy/architecture/frontend/database-view/kanban-board.md?plain=1#L16-L22 ### Verb Voice Misuse ***Inaccurate*** contains multiple groups and each group `represents` ***Accurate*** contains multiple groups and each group `is represented` ###Missing Article and Verb Voice Misuse ***Inaccurate*** |...
https://github.com/AppFlowy-IO/AppFlowy-Docs/blob/cb1d8a02d240749c85bb75e37c96b9903393f235/essential-documentation/contribute-to-appflowy/architecture/frontend/database-view/kanban-board.md?plain=1#L3 ***Inaccurate*** A kanban board is `an` project management ***Accurate*** A kanban board is `a` project management Because "project" starts with a consonant sound.
https://github.com/AppFlowy-IO/AppFlowy-Docs/blob/cb1d8a02d240749c85bb75e37c96b9903393f235/essential-documentation/contribute-to-appflowy/architecture/frontend/folder/events.md?plain=1#L45 ***Inaccurate:*** Trigger when `restore` the view from trash ***Accurate:*** Trigger when `restoring` the view from trash
https://github.com/AppFlowy-IO/AppFlowy-Docs/blob/cb1d8a02d240749c85bb75e37c96b9903393f235/essential-documentation/contribute-to-appflowy/architecture/frontend/frontend/codemap.md?plain=1#L75 ***Inaccurate:*** This crate `help` to save the text editor data to disk. ***Accurate:*** This crate `helps` to save the text editor data to disk.
https://github.com/AppFlowy-IO/AppFlowy-Docs/blob/cb1d8a02d240749c85bb75e37c96b9903393f235/essential-documentation/contribute-to-appflowy/architecture/domain-driven-design.md?plain=1#L176 ***Inaccurate:*** "...SQLite to `persis` the data" ***Accurate:*** " ...SQLite to `persist` the data"
https://github.com/AppFlowy-IO/AppFlowy-Docs/blob/cb1d8a02d240749c85bb75e37c96b9903393f235/essential-documentation/contribute-to-appflowy/architecture/domain-driven-design.md?plain=1#L34 ***Inaccurate:*** AppFlowy is composed `in` layers ***Accurate:*** AppFlowy is composed `of` layers
https://github.com/AppFlowy-IO/AppFlowy-Docs/blob/25b257ed20e86ededcf0337049fc07d7247d6e34/essential-documentation/contribute-to-appflowy/appflowy-mentorship-program/mentorship-2022/mentee-projects/importers.md?plain=1#L127 ***Clarity*** Inaccurate: "We `are` imported from level 3 to level 1." Accurate: "`Pages` are imported from level 3 to level 1." From the context it seems that we need...
https://github.com/AppFlowy-IO/AppFlowy-Docs/blob/25b257ed20e86ededcf0337049fc07d7247d6e34/essential-documentation/contribute-to-appflowy/appflowy-mentorship-program/mentorship-2022/mentee-projects/importers.md?plain=1#L123C6-L123C60 ***Subject-Verb Agreement and Word Order:*** Inaccurate: "How `does` Subpages `are` handled..." Accurate: "How `are` subpages handled..." ***Capitalization:*** Inaccurate: "`S`ubpages" (capitalized unnecessarily) Accurate: "subpages" (unless it's a proper noun) ***Extra...