Skip to content

Commit 2f11b23

Browse files
Add CORS to initialisms (#144)
Description of changes: Adds the CORS (Cross-Origin Resource Sharing) initialism to the list. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 564da95 commit 2f11b23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/names/names.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ var (
7676
{"Aws", "AWS", "aws", nil},
7777
{"Az", "AZ", "az", nil},
7878
{"Bgp", "BGP", "bgp", nil},
79+
{"Cors", "CORS", "cors", nil},
7980
{"Cidr", "CIDR", "cidr", nil},
8081
{"Cpu", "CPU", "cpu", nil},
8182
{"Dhcp", "DHCP", "dhcp", nil},

0 commit comments

Comments
 (0)