You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributingGuides/philosophies/ROUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Exceptions:
23
23
24
24
### - SHOULD use human readable names before using IDs
25
25
Example:
26
-
1.`domain/expensify.com/settings` - It's better to user the domain name "expensify.com" rather than an ID because it is readable, won't ever change, and is not a privacy or security concern
26
+
1.`domain/expensify.com/settings` - It's better to use the domain name "expensify.com" rather than an ID because it is readable, won't ever change, and is not a privacy or security concern
27
27
28
28
Exceptions:
29
29
- When there would be PII (personally identifiable information) that would leak in the URL like email addresses, use an ID instead
0 commit comments