Skip to content

Commit 659e9de

Browse files
docs(terminology): update language to follow recommendations (#1981)
1 parent d1d6e38 commit 659e9de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

functions/http/test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,5 +266,5 @@ describe('functions_http_signed_url', () => {
266266
});
267267

268268
describe('functions_http_cors_auth functions_http_form_data functions_http_xml', () => {
269-
// Whitelist these region tags with the region-tag enforcer
269+
// Allow-list these region tags with the region-tag enforcer
270270
});

functions/tips/test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ describe('functions_tips_gcp_apis', () => {
9797
});
9898
});
9999

100-
// Whitelist these region tags with the region-tag enforcer
100+
// Allow-list these region tags with the region-tag enforcer
101101
// describe('functions_tips_connection_pooling functions_tips_infinite_retries')
102102
// describe('functions_tips_lazy_globals functions_tips_scopes')
103103
// describe('run_tips_global_lazy run_tips_global_scope')

functions/tokenservice/functions/test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ describe('getOAuthToken tests', () => {
9292
});
9393

9494
describe('generate_token retrieve_credentials save_token_to_firebase validate_token', () => {
95-
// Whitelist these region tags with the region-tag enforcer
95+
// Allow-list these region tags with the region-tag enforcer
9696
});

0 commit comments

Comments
 (0)