diff --git a/generate.js b/generate.js index 5c3d34d..04b1830 100644 --- a/generate.js +++ b/generate.js @@ -57,9 +57,9 @@ if ( notFound.length > 0 ) { // const inclusionsOrFixes = [ - // Antactica has no official currency, so we will assume USD. + // Antarctica has no official currency, so we will assume USD. { countryCode: 'AQ', currencyCode: 'USD', - country: 'Antactica', details: 'Antactica has no official currency', + country: 'Antarctica', details: 'Antarctica has no official currency', thanks: [ 'thiagodp' ] }, // Palestine uses the currency 'New Israeli Sheqel' (ILS), according to Google. diff --git a/readme.md b/readme.md index eef8080..9603a36 100644 --- a/readme.md +++ b/readme.md @@ -81,7 +81,7 @@ console.log( countryToCurrency[ 'US' ] ); // USD | Country | Currency | Details | Thanks to | |---------|----------|---------|-----------| -| Antactica (`AQ`) | `USD` | Antactica has no official currency | [@thiagodp](https://github.com/thiagodp)| +| Antarctica (`AQ`) | `USD` | Antarctica has no official currency | [@thiagodp](https://github.com/thiagodp)| | Palestine (`PS`) | `ILS` | Google | [@thiagodp](https://github.com/thiagodp)| | Turkey (`TR`) | `TRY` | Wikipedia | [@kylem123](https://github.com/kylem123), [@thiagodp](https://github.com/thiagodp)| | South Korea (`KR`) | `KRW` | ISO 4217 | [@MunjaeLee](https://github.com/MunjaeLee), [@thiagodp](https://github.com/thiagodp)|