Skip to content

Commit 01c791e

Browse files
committed
Fix typo
1 parent df7f5a4 commit 01c791e

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
@@ -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)