From 8c4b2c35a46b417867783393211a4870930fd342 Mon Sep 17 00:00:00 2001 From: Benjamin Waters Date: Wed, 25 Dec 2013 22:08:10 -0500 Subject: [PATCH] doc: Missing word 'are' in documentation Fix simple spelling mistake in documentation. fix #5808 --- doc/api/fs.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown index dee28d943c..dca35674cd 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.