1
0
Fork 0
mirror of https://github.com/archtechx/enums.git synced 2025-12-12 09:24:03 +00:00

Correct typo/error in README.md (#16)

This commit is contained in:
colinmackinlay 2022-11-07 23:56:34 +00:00 committed by GitHub
parent 373a86a16e
commit 646944e56e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -317,7 +317,7 @@ class Color extends MetaProperty
{ {
protected function transform(mixed $value): mixed protected function transform(mixed $value): mixed
{ {
return "text-{$color}-500"; return "text-{$value}-500";
} }
} }
``` ```