-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[No QA] Revise prerequisites for Expensify Card setup #91773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
1d281da
35ca170
905dc9b
02cf052
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,7 +16,9 @@ Workspace Admins can enable and issue Expensify Visa® Commercial Cards to manag | |
| - Spend restrictions by employee and merchant | ||
| - Real-time visibility and cash back rewards | ||
|
|
||
| **Prerequisites:** You must be a workspace admin and have a U.S. business bank account connected to Expensify. See this guide on [connecting a business bank account](https://help.expensify.com/articles/new-expensify/wallet-and-payments/Connect-a-Business-Bank-Account). | ||
| **Prerequisites:** | ||
| 1. Your primary login must be an email associated with your company's domain. See this guide on [updating your login](/articles/new-expensify/settings/Update-Email-Address). | ||
| 2. You must be a Workspace Admin and have a U.S. business bank account connected to Expensify. See this guide on [connecting a business bank account](/articles/new-expensify/wallet-and-payments/Connect-a-Business-Bank-Account). | ||
|
Comment on lines
+20
to
+21
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Cross-link placement violation: Per HELP_AUTHORING_GUIDELINES.md Section 7 ("Link Formatting"), links must not be placed inside numbered step instructions: "Do not place links inside numbered step instructions. Do not interrupt procedural flow with inline links." These prerequisites are formatted as a numbered list with inline links, which violates this rule. Consider restructuring so the links appear after the numbered list, for example: |
||
|
|
||
| --- | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Anchor text violation: Per HELP_AUTHORING_GUIDELINES.md Section 7 ("Anchor Text Rules"), avoid vague anchors like "this guide" or "this article." Use descriptive task-based formats instead.
"See this guide on [updating your login]" should use a clearer pattern such as:
This also applies to line 21: "See this guide on [connecting a business bank account]" should become something like "Learn how to [connect a business bank account]".