This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit e604181337062d537cd8609d55292ad1ecd49571
Author: Felix Schumacher <[email protected]>
AuthorDate: Fri Sep 11 18:20:10 2020 +0200

    No fullstop before e.g.
---
 xdocs/usermanual/component_reference.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/xdocs/usermanual/component_reference.xml 
b/xdocs/usermanual/component_reference.xml
index 2b4b2f1..9e8cf07 100644
--- a/xdocs/usermanual/component_reference.xml
+++ b/xdocs/usermanual/component_reference.xml
@@ -7011,11 +7011,11 @@ Note that you can get more control over the responses 
by adding an HTTP Header M
 You can also use the following query parameters:
 </p>
 <properties>
-    <property name="redirect" required="No">Generates a 302 (Temporary 
Redirect) with the provided location.
+    <property name="redirect" required="No">Generates a 302 (Temporary 
Redirect) with the provided location,
     e.g. <code>?redirect=/path</code>
     </property>
-    <property name="status" required="No">Overrides the default status return. 
e.g. <code>?status=404 Not Found</code></property>
-    <property name="v" required="No">Verbose flag, writes some details to 
standard output. e.g. first line and redirect location if specified</property>
+    <property name="status" required="No">Overrides the default status return, 
e.g. <code>?status=404 Not Found</code></property>
+    <property name="v" required="No">Verbose flag, writes some details to 
standard output, e.g. first line and redirect location if specified</property>
 </properties>
 </component>
 

Reply via email to