diff options
| author | MoonWalker0 <[email protected]> | 2021-03-11 22:53:41 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-11 22:53:41 +0100 |
| commit | a993c2ed73f164161903ebc0890f3359778322cb (patch) | |
| tree | 23b221c8b39da6913258d9f1a334a3d58bb43885 | |
| parent | 87e31d830518df14009ffa5a9dd0f6274b21258e (diff) | |
| download | faker-a993c2ed73f164161903ebc0890f3359778322cb.tar.xz faker-a993c2ed73f164161903ebc0890f3359778322cb.zip | |
Fix of female_first_name.js
| -rw-r--r-- | lib/locales/pl/name/female_first_name.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locales/pl/name/female_first_name.json b/lib/locales/pl/name/female_first_name.json index 0e139226..09bdea07 100644 --- a/lib/locales/pl/name/female_first_name.json +++ b/lib/locales/pl/name/female_first_name.json @@ -1,4 +1,4 @@ -module["exports"] = [ +module.exports = [ "Ada", "Adelajda", "Agata", |
