Skip to content

Commit 84344cc

Browse files
authored
Merge pull request #59 from kianmeng/fix-incorrect-country-names
Fix incorrect country names
2 parents 4cf195a + 856eafe commit 84344cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/flagpack.ex

+2-2
Original file line numberDiff line numberDiff line change
@@ -8883,7 +8883,7 @@ defmodule Flagpack do
88838883
end
88848884

88858885
@doc """
8886-
Renders the Phillippines (the) flag.
8886+
Renders the Philippines (the) flag.
88878887

88888888
## Examples
88898889
<Flagpack.phl />
@@ -9681,7 +9681,7 @@ defmodule Flagpack do
96819681
end
96829682

96839683
@doc """
9684-
Renders the South Gerogia and the South Sandwich Islands flag.
9684+
Renders the South Georgia and the South Sandwich Islands flag.
96859685

96869686
## Examples
96879687
<Flagpack.sgs />

lib/helpers.ex

+2-2
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ defmodule Flagpack.Helpers do
171171
},
172172
%{country_name: "Greece", alpha2: "GR", alpha3: "GRC", numeric: "300"},
173173
%{
174-
country_name: "South Gerogia and the South Sandwich Islands",
174+
country_name: "South Georgia and the South Sandwich Islands",
175175
alpha2: "GS",
176176
alpha3: "SGS",
177177
numeric: "239"
@@ -333,7 +333,7 @@ defmodule Flagpack.Helpers do
333333
numeric: "598"
334334
},
335335
%{
336-
country_name: "Phillippines (the)",
336+
country_name: "Philippines (the)",
337337
alpha2: "PH",
338338
alpha3: "PHL",
339339
numeric: "608"

0 commit comments

Comments
 (0)