Skip to content

Commit 9c53664

Browse files
authored
Merge pull request #360 from reinaris/patch-1
Use double quotes instead of single
2 parents b0cc181 + d1f0812 commit 9c53664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.timeago.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
prefixFromNow: null,
5252
suffixAgo: "ago",
5353
suffixFromNow: "from now",
54-
inPast: 'any moment now',
54+
inPast: "any moment now",
5555
seconds: "less than a minute",
5656
minute: "about a minute",
5757
minutes: "%d minutes",

0 commit comments

Comments
 (0)