express

4.17.14.18.2
lib/request.js
~lib/request.jsModified
+1−1
Index: package/lib/request.js
===================================================================
--- package/lib/request.js
+++ package/lib/request.js
@@ -250,9 +250,9 @@
 };
 
 /**
  * Check if the incoming request contains the "Content-Type"
- * header field, and it contains the give mime `type`.
+ * header field, and it contains the given mime `type`.
  *
  * Examples:
  *
  *      // With Content-Type: text/html; charset=utf-8