s/NOTE/Note/
authorMichael Wallner <mike@php.net>
Thu, 31 Oct 2013 16:07:39 +0000 (17:07 +0100)
committerMichael Wallner <mike@php.net>
Thu, 31 Oct 2013 16:07:39 +0000 (17:07 +0100)
http/Env/negotiate.md
http/Env/negotiateCharset.md
http/Env/negotiateContentType.md
http/Env/negotiateEncoding.md
http/Env/negotiateLanguage.md
http/Header/negotiate.md

index f7b53d2c10195fde3d2c3758fd326beea9f22a53..86786bbde95abd6e8679fa61bdd3b2a4b0b3885e 100644 (file)
@@ -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:
 
index c13020bc4b16aa660ddcaca199bab2070ce87825..9db7a79d8adb01c2c5d833b36a1657bc92bf43eb 100644 (file)
@@ -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:
 
index 7b2ea31aa0a30184d3a566956229cc8c6ee630e5..d5ee50094e8010b73bf39ae0d7cb4dca2176534d 100644 (file)
@@ -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:
 
index 42bbf3ae43d4213dbcd5eb57ba786d76c911d9be..7053373f2005c1d2b88927ce15a2eb3e0cd6d063 100644 (file)
@@ -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:
 
index e6ddd9b059e24fab77b0f6e62bce722f9717de18..4c91b931e605fcdd7e5585fa322d3413b919718f 100644 (file)
@@ -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:
 
index 32daaa0d6e611599ba3c77618ebb582171241e1e..dd2d1c884e4c9db75d05159fb1022416bc197020 100644 (file)
@@ -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: