Skip to content

Commit b75bae6

Browse files
author
connors
committed
does this fix tests?
1 parent 4736f76 commit b75bae6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/js/ratchet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
var noop = function () {};
149149

150150

151-
// Pushstate cacheing
151+
// Pushstate caching
152152
// ==================
153153

154154
var isScrolling;

docs/_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1010

1111
<!-- Google Web Fonts -->
12-
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:400,500,700|Open+Sans:300,400">
12+
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:400,500,700|Open+Sans:400,300">
1313

1414
<link rel="stylesheet" href="/dist/css/ratchet.min.css">
1515
<link rel="stylesheet" href="/assets/css/docs.min.css">

docs/dist/js/ratchet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
var noop = function () {};
149149

150150

151-
// Pushstate cacheing
151+
// Pushstate caching
152152
// ==================
153153

154154
var isScrolling;

0 commit comments

Comments
 (0)