Skip to content

Commit

Permalink
Fix file storage guide
Browse files Browse the repository at this point in the history
Trivial PR
  • Loading branch information
amitaibu authored Jul 24, 2023
1 parent 6dff6c5 commit 67d7806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Guide/file-storage.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ renderForm company = formFor company [hsx|
|]
```

That's handy, however frontend validation is enough, we need to do server side validation as well. We can do that by
That's handy, however, frontend validation is not enough, we need to do server-side validation as well. We can do that by
slightly changing the order of our commands:

```haskell
Expand Down Expand Up @@ -950,4 +950,4 @@ where

-- Sign the image URL to prevent tampering.
signed = signImageUrl imageUrl 400 200
```
```

0 comments on commit 67d7806

Please sign in to comment.