Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1505 from ultreson/fr-ca-typo-fix
Browse files Browse the repository at this point in the history
Fix typo in fr_CA Provider
  • Loading branch information
fzaninotto authored Jun 12, 2018
2 parents 63975b0 + 91c7520 commit be40c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/Provider/fr_CA/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class Address extends \Faker\Provider\fr_FR\Address
protected static $secondaryAddressFormats = array('Apt. ###', 'Suite ###', 'Bureau ###');

protected static $state = array(
'Alberta', 'Colombie-Brittanique', 'Manitoba', 'Nouveau-Brunswick', 'Terre-Neuve-et-Labrador', 'Nouvelle-Écosse', 'Ontario', 'Île-du-Prince-Édouard', 'Québec', 'Saskatchewan'
'Alberta', 'Colombie-Britannique', 'Manitoba', 'Nouveau-Brunswick', 'Terre-Neuve-et-Labrador', 'Nouvelle-Écosse', 'Ontario', 'Île-du-Prince-Édouard', 'Québec', 'Saskatchewan'
);

protected static $stateAbbr = array(
Expand Down

0 comments on commit be40c81

Please # to comment.