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

Typos #1177

Merged
merged 1 commit into from
Mar 29, 2017
Merged

Typos #1177

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ echo $faker->companyNumber; // 1999/789634/01
```php
<?php

// Generates a random national identifiaction number
// Generates a random national identification number
echo $faker->idNumber; // 6606192211041
```

Expand Down Expand Up @@ -1270,8 +1270,8 @@ echo $faker->cellphone(true, true); // 98983-3945 or 7343-1290
// Using the "Number" suffix adds area code to the phone
echo $faker->cellphoneNumber; // (11) 98309-2935
echo $faker->landlineNumber(false); // 3522835934
echo $faker->phoneNumber; // formatted, random landline or cellphone (obbeying the 9th digit rule)
echo $faker->phoneNumberCleared; // not formatted, random landline or cellphone (obbeying the 9th digit rule)
echo $faker->phoneNumber; // formatted, random landline or cellphone (obeying the 9th digit rule)
echo $faker->phoneNumberCleared; // not formatted, random landline or cellphone (obeying the 9th digit rule)
```

### `Faker\Provider\pt_BR\Person`
Expand All @@ -1293,7 +1293,7 @@ echo $faker->rg; // '84.405.736-3'
```php
<?php

// Generates a Brazilian formated and valid CNPJ
// Generates a Brazilian formatted and valid CNPJ
echo $faker->cnpj; // '23.663.478/0001-24'
echo $faker->cnpj(false); // '23663478000124'
```
Expand Down