From: Isaac Cambron Date: Wed, 18 Jan 2012 22:28:46 +0000 (-0500) Subject: Fixing a typo. Must have been tired when I committed that. X-Git-Tag: 1.4.0~28^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F136%2Fhead;p=thirdparty%2Fmoment.git Fixing a typo. Must have been tired when I committed that. --- diff --git a/sitesrc/docs.jade b/sitesrc/docs.jade index d38e43159..a851d41a7 100644 --- a/sitesrc/docs.jade +++ b/sitesrc/docs.jade @@ -514,7 +514,7 @@ block content a(name="/manipulation/eod") h3 span End of Day - pre moment().eod(); // set the the time 11:59:59.999 pm tonight + pre moment().eod(); // set the time to 11:59:59.999 pm tonight a(name="/display")