Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timnarr committed Apr 7, 2024
1 parent b71a642 commit fd3ed7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ $options = [
$setThisClassWhenTrue ? 'optional-class' : null
],
'alt' => $image->alt(),
'style' => ['background-color: red;', 'object-fit: cover;', 'object-postion: ' . $image->focus() . ';'],
'style' => ['background-color: red;', 'object-fit: cover;', 'object-position: ' . $image->focus() . ';'],
'data-attr' => 'my-img-attribute',
'sizes' => '760px',
],
Expand Down

0 comments on commit fd3ed7d

Please sign in to comment.