From: Benjamin Waters Date: Thu, 26 Dec 2013 03:08:10 +0000 (-0500) Subject: doc: Missing word 'are' in documentation X-Git-Tag: v0.11.10~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c4b2c35a46b417867783393211a4870930fd342;p=platform%2Fupstream%2Fnodejs.git doc: Missing word 'are' in documentation Fix simple spelling mistake in documentation. fix #5808 --- diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown index dee28d943..dca35674c 100644 --- a/doc/api/fs.markdown +++ b/doc/api/fs.markdown @@ -696,7 +696,7 @@ instances of [Date][MDN-Date] object and to compare the values of these objects you should use appropriate methods. For most general uses [getTime()][MDN-Date-getTime] will return the number of milliseconds elapsed since _1 January 1970 00:00:00 UTC_ and this -integer should be sufficient for any comparison, however there +integer should be sufficient for any comparison, however there are additional methods which can be used for displaying fuzzy information. More details can be found in the [MDN JavaScript Reference][MDN-Date] page.