Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #34 from grandeljay/fix-spelling
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
VimS authored Apr 27, 2022
2 parents d254873 + 9653f0a commit e3dddc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ You can check for the supported Source-Languages:
```php
$sourceLanguagesArray = $deepl->languages('source');

foreach ($sourceLanguagesArray as $srouceLanguage) {
echo 'Name: '.$srouceLanguage['name'].' Api-shorthand: '.$srouceLanguage['language'].PHP_EOL;
foreach ($sourceLanguagesArray as $sourceLanguage) {
echo 'Name: '.$sourceLanguage['name'].' Api-shorthand: '.$sourceLanguage['language'].PHP_EOL;
}
```

Expand Down

0 comments on commit e3dddc9

Please sign in to comment.