Skip to content

Commit dddb6f7

Browse files
authored
Update ROUTING.md
1 parent 7666db2 commit dddb6f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contributingGuides/philosophies/ROUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Exceptions:
2323

2424
### - SHOULD use human readable names before using IDs
2525
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
2727

2828
Exceptions:
2929
- When there would be PII (personally identifiable information) that would leak in the URL like email addresses, use an ID instead

0 commit comments

Comments
 (0)