You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2020/03/03 21:20:32 UTC

[jmeter] 05/05: The button is called 'Create Test Plan'

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 d652f1caf5c6923b541f8d48af8268ab1a7f47a2
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Tue Mar 3 22:14:19 2020 +0100

    The button is called 'Create Test Plan'
---
 xdocs/usermanual/curl.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xdocs/usermanual/curl.xml b/xdocs/usermanual/curl.xml
index bdf057e..21a6ada 100644
--- a/xdocs/usermanual/curl.xml
+++ b/xdocs/usermanual/curl.xml
@@ -46,7 +46,7 @@ Create a Test Plan From a cURL Command
     <figure width="767" height="316" image="curl/enter_command.png">Figure 2.1 - Enter curl command in text panel</figure>
     <figure width="767" height="316" image="curl/enter_command_from_file.png">Figure 2.2 - Enter curl command from file</figure>
   </li>
-  <li>Then, click <code>Create HTTP Request</code> button and a new HTTP Sample will be added to the Test Plan.
+  <li>Then, click <code>Create Test Plan</code> button and a new HTTP Sample will be added to the Test Plan.
     <figure width="767" height="316" image="curl/result.png">Figure 3 - result of Test Plan</figure>
   </li>
 </ol>