docs: Fix typo! (#32)

This commit is contained in:
Leandro Henrique Reis 2024-05-20 19:57:50 -03:00 committed by GitHub
parent e45cbb8202
commit 1756b2a9af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ actions do
end
update :unarchive do
update set_attribute(:archived_at, nil)
change set_attribute(:archived_at, nil)
end
end
```