|
| CheckUser | Check the user current session is valid or not | |
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
AppFlowy-Docs/essential-documentation/contribute-to-appflowy/architecture/frontend/user/events.md
Line 12 in cb1d8a0
Missing Possessive Form – "user" → "user's"
Inaccurate:
Check the user current session is valid or not
Accurate:
Check the user
'scurrent session is valid or notUnclear Conditional Structure – Use "if" to introduce condition
Inaccurate:
Check the user's current session is valid or not
Accurate:
Check
ifthe user's current session is valid or not