Skip to content

Commit 42040d5

Browse files
authored
Fix typo in docs
1 parent ebdf4f3 commit 42040d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ use Codewithkyrian\Transformers\Transformers;
159159
public function boot()
160160
{
161161
Transformers::setup()
162-
->setCacheDir(storage_path('app/transfomers'))
162+
->setCacheDir(storage_path('app/transformers'))
163163
->setRemoteHost('https://yourmodelshost.com')
164164
->setRemotePathTemplate('custom/path/{model}/{file}')
165165
->setAuthToken('your-token')

0 commit comments

Comments
 (0)