Skip to content

Commit c215dff

Browse files
committed
Fix typo in siege command
Fixes #75 s/seige/siege
1 parent 0499690 commit c215dff

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
@@ -343,7 +343,7 @@ We will now send some load to the greeter service. The command below sends 50 c
343343

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

0 commit comments

Comments
 (0)