Skip to content

Commit

Permalink
Fix wrong parameter documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebwas authored and frankdejonge committed Dec 8, 2019
1 parent 03a118a commit f83b851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/filesystem-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $response = $filesystem->put($path, $contents [, $config]);
param | description | type
------------- | --------------------------------------------- | -----------
`$path` | location of a file | `string`
`$config` | An optional configuration array | `array`
`$contents` | file contents | `string`
`$config` | An optional configuration array | `array`
`$response` | success boolean | `bool`

Expand Down

0 comments on commit f83b851

Please sign in to comment.