Skip to content

Commit

Permalink
docs(terminology): update language to follow recommendations (#1981)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Oct 5, 2020
1 parent d1d6e38 commit 659e9de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion functions/http/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,5 +266,5 @@ describe('functions_http_signed_url', () => {
});

describe('functions_http_cors_auth functions_http_form_data functions_http_xml', () => {
// Whitelist these region tags with the region-tag enforcer
// Allow-list these region tags with the region-tag enforcer
});
2 changes: 1 addition & 1 deletion functions/tips/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('functions_tips_gcp_apis', () => {
});
});

// Whitelist these region tags with the region-tag enforcer
// Allow-list these region tags with the region-tag enforcer
// describe('functions_tips_connection_pooling functions_tips_infinite_retries')
// describe('functions_tips_lazy_globals functions_tips_scopes')
// describe('run_tips_global_lazy run_tips_global_scope')
2 changes: 1 addition & 1 deletion functions/tokenservice/functions/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ describe('getOAuthToken tests', () => {
});

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

0 comments on commit 659e9de

Please sign in to comment.