From 9d6563138b2dba26f5bf2d246bdeca3d60ced48e Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 31 Oct 2013 17:07:39 +0100 Subject: [PATCH] s/NOTE/Note/ --- http/Env/negotiate.md | 2 +- http/Env/negotiateCharset.md | 2 +- http/Env/negotiateContentType.md | 2 +- http/Env/negotiateEncoding.md | 2 +- http/Env/negotiateLanguage.md | 2 +- http/Header/negotiate.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/http/Env/negotiate.md b/http/Env/negotiate.md index f7b53d2..86786bb 100644 --- a/http/Env/negotiate.md +++ b/http/Env/negotiate.md @@ -2,7 +2,7 @@ Generic negotiator. For specific client negotiation see http\Env::negotiateContentType() and related methods. -> ***NOTE:*** The first elemement of $supported serves as a default if no operand matches. +> **Note:** The first elemement of $supported serves as a default if no operand matches. ## Params: diff --git a/http/Env/negotiateCharset.md b/http/Env/negotiateCharset.md index c13020b..9db7a79 100644 --- a/http/Env/negotiateCharset.md +++ b/http/Env/negotiateCharset.md @@ -2,7 +2,7 @@ Negotiate the client's preferred character set. -> ***NOTE:*** The first elemement of $supported character sets serves as a default if no character set matches. +> **Note:** The first elemement of $supported character sets serves as a default if no character set matches. ## Params: diff --git a/http/Env/negotiateContentType.md b/http/Env/negotiateContentType.md index 7b2ea31..d5ee500 100644 --- a/http/Env/negotiateContentType.md +++ b/http/Env/negotiateContentType.md @@ -2,7 +2,7 @@ Negotiate the client's preferred MIME content type. -> ***NOTE:*** The first elemement of $supported content types serves as a default if no content-type matches. +> **Note:** The first elemement of $supported content types serves as a default if no content-type matches. ## Params: diff --git a/http/Env/negotiateEncoding.md b/http/Env/negotiateEncoding.md index 42bbf3a..7053373 100644 --- a/http/Env/negotiateEncoding.md +++ b/http/Env/negotiateEncoding.md @@ -2,7 +2,7 @@ Negotiate the client's preferred encoding. -> ***NOTE:*** The first elemement of $supported encodings serves as a default if no encoding matches. +> **Note:** The first elemement of $supported encodings serves as a default if no encoding matches. ## Params: diff --git a/http/Env/negotiateLanguage.md b/http/Env/negotiateLanguage.md index e6ddd9b..4c91b93 100644 --- a/http/Env/negotiateLanguage.md +++ b/http/Env/negotiateLanguage.md @@ -2,7 +2,7 @@ Negotiate the client's preferred language. -> ***NOTE:*** The first elemement of $supported languages serves as a default if no language matches. +> **Note:** The first elemement of $supported languages serves as a default if no language matches. ## Params: diff --git a/http/Header/negotiate.md b/http/Header/negotiate.md index 32daaa0..dd2d1c8 100644 --- a/http/Header/negotiate.md +++ b/http/Header/negotiate.md @@ -6,7 +6,7 @@ header being negotiated is Accept, then a slash is used as primary type separator, and if the header is Accept-Language respectively, a hyphen is used instead. -> ***NOTE:*** The first elemement of $supported serves as a default if no operand matches. +> **Note:** The first elemement of $supported serves as a default if no operand matches. ## Params: -- 2.30.2