Skip to content

Commit

Permalink
Merge pull request #59 from kianmeng/fix-incorrect-country-names
Browse files Browse the repository at this point in the history
Fix incorrect country names
  • Loading branch information
Flo0807 authored Jun 16, 2024
2 parents 4cf195a + 856eafe commit 84344cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/flagpack.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8883,7 +8883,7 @@ defmodule Flagpack do
end

@doc """
Renders the Phillippines (the) flag.
Renders the Philippines (the) flag.

## Examples
<Flagpack.phl />
Expand Down Expand Up @@ -9681,7 +9681,7 @@ defmodule Flagpack do
end

@doc """
Renders the South Gerogia and the South Sandwich Islands flag.
Renders the South Georgia and the South Sandwich Islands flag.

## Examples
<Flagpack.sgs />
Expand Down
4 changes: 2 additions & 2 deletions lib/helpers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ defmodule Flagpack.Helpers do
},
%{country_name: "Greece", alpha2: "GR", alpha3: "GRC", numeric: "300"},
%{
country_name: "South Gerogia and the South Sandwich Islands",
country_name: "South Georgia and the South Sandwich Islands",
alpha2: "GS",
alpha3: "SGS",
numeric: "239"
Expand Down Expand Up @@ -333,7 +333,7 @@ defmodule Flagpack.Helpers do
numeric: "598"
},
%{
country_name: "Phillippines (the)",
country_name: "Philippines (the)",
alpha2: "PH",
alpha3: "PHL",
numeric: "608"
Expand Down

0 comments on commit 84344cc

Please sign in to comment.