Skip to content

Commit c73939b

Browse files
committed
Fixing typos in code examples
1 parent 473e0f1 commit c73939b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,17 @@ $(window).resize(
7373

7474
// ...
7575

76-
}, 150)
77-
});
76+
}, 150)
77+
);
7878
````
7979

8080
#### Get alias of current breakpoint
8181
````javascript
8282
$(window).resize(
8383
viewport.changed(function(){
84-
8584
console.log( 'Current breakpoint: '+ viewport.current() );
86-
8785
})
88-
});
86+
);
8987
````
9088

9189
#### Using with Foundation

0 commit comments

Comments
 (0)