Skip to content

Commit dd34a71

Browse files
authored
Merge pull request #360 from watain666/master
Fix typo
2 parents df7f5a4 + 01c791e commit dd34a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ Output:
547547
}
548548
```
549549

550-
You can call the ```php_crud_api_tranform()``` function to structure the data hierarchical like this:
550+
You can call the ```php_crud_api_transform()``` function to structure the data hierarchical like this:
551551

552552
```
553553
{
@@ -604,7 +604,7 @@ You can call the ```php_crud_api_tranform()``` function to structure the data hi
604604
}
605605
```
606606

607-
This transform function is available for PHP and JavaScript in the files ```php_crud_api_tranform.php``` and ```php_crud_api_tranform.js``` in the "lib" folder.
607+
This transform function is available for PHP and JavaScript in the files ```php_crud_api_transform.php``` and ```php_crud_api_transform.js``` in the "lib" folder.
608608

609609
## Permissions
610610

0 commit comments

Comments
 (0)