Skip to content

Commit 3859d02

Browse files
committed
Fix typo
1 parent 45a3901 commit 3859d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/load-testing/how-to-create-and-run-load-test-with-jmeter-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use cases for creating a load test with an existing JMeter script include:
2222
- You want to reuse existing JMeter scripts to test your application.
2323
- You want to test multiple endpoints in a single load test.
2424
- You have a data-driven load test. For example, you want to [read CSV data in a load test](./how-to-read-csv-data.md).
25-
- You want to test endpoints that are not HTTP-based, such as databases or message queues. Azure Load Testing supports all message protocols that JMeter supports.
25+
- You want to test endpoints that are not HTTP-based, such as databases or message queues. Azure Load Testing supports all communication protocols that JMeter supports.
2626

2727
## Prerequisites
2828

0 commit comments

Comments
 (0)