From c215dff436f20c127a598ca60788c980be55fa53 Mon Sep 17 00:00:00 2001 From: Navid Shaikh Date: Wed, 27 Mar 2019 19:47:25 +0530 Subject: [PATCH] Fix typo in siege command Fixes #75 s/seige/siege --- documentation/modules/ROOT/pages/03scaling.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/modules/ROOT/pages/03scaling.adoc b/documentation/modules/ROOT/pages/03scaling.adoc index d03d4e0d..879dfb29 100644 --- a/documentation/modules/ROOT/pages/03scaling.adoc +++ b/documentation/modules/ROOT/pages/03scaling.adoc @@ -343,7 +343,7 @@ We will now send some load to the greeter service. The command below sends 50 c [source,bash,subs="+macros,+attributes",linenums] ---- -seige -r 1 -c 50 -t 30S -d 2 \ +siege -r 1 -c 50 -t 30S -d 2 \ -H "Host: greeter.knativetutorial.example.com" \ "http://pass:[${IP_ADDRESS}]" ----