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

Commit 9653f0a

Browse files
author
Jay Trees
committed
Fix spelling
1 parent d254873 commit 9653f0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ You can check for the supported Source-Languages:
9191
```php
9292
$sourceLanguagesArray = $deepl->languages('source');
9393

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

0 commit comments

Comments
 (0)