-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Description
File: content/manuals/desktop/features/synchronized-file-sharing.md
Issue
The Known Issues section uses time-relative language "currently" which violates STYLE.md guidelines:
File share instances are currently limited to approximately 2 million files per share.
According to STYLE.md: "Write timelessly: Avoid 'currently' or 'as of this writing' - the documentation describes the product as it is today."
The word "currently" suggests this is a temporary limitation that may change, but provides no timeline or context. This will become stale and confusing over time.
Suggested fix
Remove "currently" and state the limitation directly:
"File share instances are limited to approximately 2 million files per share."
If this limitation is expected to change in a future release, add specific information about when or under what conditions it will change. Otherwise, state it as a current fact without temporal qualifiers.
Found by nightly documentation freshness scanner