Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(terminology): update language to follow recommendations #1981

Merged
merged 3 commits into from
Oct 5, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
});