Skip to content

Commit b7fca14

Browse files
committed
Fixed type in README
1 parent 5582dfe commit b7fca14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can also simply use one of the built in methods of transforming DOM elements
5959
fit( bar, foo, fit.cssPosition );
6060

6161
// uses margin-left, margin-top, width and height
62-
fit( bar, foo, fit.cssOffset );
62+
fit( bar, foo, fit.cssMargin );
6363

6464
But fit.js was designed to be used with any kind of rectangular object, not just DOM elements.
6565

0 commit comments

Comments
 (0)