Skip to content

Commit a1302d9

Browse files
Merge pull request #76 from navidshaikh/fix-75
Fix typo in siege command
2 parents 8f0bfa9 + c215dff commit a1302d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/modules/ROOT/pages/03scaling.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ We will now send some load to the greeter service. The command below sends 50 c
344344

345345
[source,bash,subs="+macros,+attributes",linenums]
346346
----
347-
seige -r 1 -c 50 -t 30S -d 2 \
347+
siege -r 1 -c 50 -t 30S -d 2 \
348348
-H "Host: greeter.knativetutorial.example.com" \
349349
"http://pass:[${IP_ADDRESS}]"
350350
----

0 commit comments

Comments
 (0)