AppFlowy-IO / AppFlowy-IO/AppFlowy-Docs

Possessive Form & Conditional Structure Errors

Open
#235 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
109
Forks
108
PR merge metrics
No merged PRs in 30d

Description

https://github.com/AppFlowy-IO/AppFlowy-Docs/blob/cb1d8a02d240749c85bb75e37c96b9903393f235/essential-documentation/contribute-to-appflowy/architecture/frontend/user/events.md?plain=1#L12

### Missing Possessive Form – "user" → "user's"
***Inaccurate:***
Check the user current session is valid or not
***Accurate:***
Check the user`'s` current session is valid or not

### Unclear Conditional Structure – Use "if" to introduce condition
***Inaccurate:***
Check the user's current session is valid or not
***Accurate:***
Check `if` the user's current session is valid or not

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.