Skip to content

Commit

Permalink
Fix typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nagi1 committed Dec 20, 2021
1 parent c045d63 commit ab07716
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config/wopi.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
'wopi_request' => Nagi\LaravelWopi\Http\Requests\WopiRequest::class,

/*
* Type some shit here
* Here's you can define your middleware pipeline that every
* request from the wopi client will go through.
*/
'middleware' => [Nagi\LaravelWopi\Http\Middleware\ValidateProof::class],

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/getting-started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ return [
'wopi_request' => Nagi\LaravelWopi\Http\Requests\WopiRequest::class,

/*
* Todo
* Type some shit here
* Here's you can define your middleware pipeline that every
* request from the wopi client will go through.
*/
'middleware' => [Nagi\LaravelWopi\Http\Middleware\ValidateProof::class],

Expand Down

0 comments on commit ab07716

Please sign in to comment.