Skip to content

Commit 214ca10

Browse files
authored
ENGCOM-5461: magento/graphql-ce# Editorial. Fix countries name in the CountryCodeEnum #780
2 parents 4db13c8 + 0bfa7bf commit 214ca10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/CustomerGraphQl/etc/schema.graphqls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ enum CountryCodeEnum @doc(description: "The list of countries codes") {
185185
CC @doc(description: "Cocos (Keeling) Islands")
186186
CO @doc(description: "Colombia")
187187
KM @doc(description: "Comoros")
188-
CG @doc(description: "Congo -Brazzaville")
189-
CD @doc(description: "Congo - Kinshasa")
188+
CG @doc(description: "Congo-Brazzaville")
189+
CD @doc(description: "Congo-Kinshasa")
190190
CK @doc(description: "Cook Islands")
191191
CR @doc(description: "Costa Rica")
192192
CI @doc(description: "Côte d’Ivoire")

0 commit comments

Comments
 (0)