From d0586bae30e27c369742fda98267d94e3fed8b6b Mon Sep 17 00:00:00 2001 From: Yiyu He Date: Sun, 12 Oct 2014 17:00:02 +0800 Subject: [PATCH] docs: fix content negotiation section indentation --- docs/faq.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 549a5c3..f18b63f 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -48,8 +48,8 @@ - They must be either very commonly used and/or must do something useful - If a property exists as a setter, then it will also exist as a getter, but not vice versa - Many of `this.request` and `this.response`'s properties are delegated to `this`. - If it's a getter/setter, then both the getter and the setter will strictly - correspond to either `this.request` or `this.response`. +Many of `this.request` and `this.response`'s properties are delegated to `this`. +If it's a getter/setter, then both the getter and the setter will strictly +correspond to either `this.request` or `this.response`. - Please think about these rules before suggesting additional properties. +Please think about these rules before suggesting additional properties.