doc: Missing word 'are' in documentation
authorBenjamin Waters <benjamin.waters@outlook.com>
Thu, 26 Dec 2013 03:08:10 +0000 (22:08 -0500)
committerFedor Indutny <fedor.indutny@gmail.com>
Thu, 26 Dec 2013 17:17:19 +0000 (21:17 +0400)
Fix simple spelling mistake in documentation.

fix #5808

doc/api/fs.markdown

index dee28d9..dca3567 100644 (file)
@@ -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.