Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update README.md
Fixed typo
  • Loading branch information
matiaslauriti authored Jul 7, 2017
commit 5e081be4924bb23334c0a0501c3cd2c8bdf8e584
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ In your show view:
<img src="<?= $user->avatar->url('thumb') ?>" >
```

To detach (reset) a file, simply assign the constant STAPLER_NULL to the attachment and the save):
To detach (reset) a file, simply assign the constant STAPLER_NULL to the attachment and then save):

```php
$user->avatar = STAPLER_NULL;
Expand Down