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
There’s a small typo in the "Adding products" section:
"... ensure we not sending our users to any dubious or unsafe products."
It should be:
"... ensure we are not sending our users to any dubious or unsafe products."
The word "are" is missing.
Corrected.
Copy file name to clipboardExpand all lines: docs/review-process.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
@@ -42,7 +42,7 @@ Typographical and grammatical errors are medium-priority as small errors of this
42
42
43
43
### Adding products
44
44
45
-
Adding new products is currently a low-to-medium priority (depending on the type of product). These pull requests often take a long time to review as we must extensively research products to ensure we not sending our users to any dubious or unsafe products.
45
+
Adding new products is currently a low-to-medium priority (depending on the type of product). These pull requests often take a long time to review as we must extensively research products to ensure we are not sending our users to any dubious or unsafe products.
46
46
47
47
**Timeline:** PRs should be closed or merged within 30 days of opening.
0 commit comments