Skip to content

Commit 5a76459

Browse files
committed
Fix typo
1 parent ccc4124 commit 5a76459

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sites/hurl.dev/_posts/2024-12-04-announcing-hurl-6.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ connect-timeout: 30s
174174
limit-rate: 32000
175175
```
176176

177-
Speaking of CLI options, help in `hurl --help` has been redesigned and categorized, to make ot a little more readable.
177+
Speaking of CLI options, help in `hurl --help` has been redesigned and categorized, to make it a little more readable.
178178

179179
We have also fixed a lot of bugs: a particular one [was a nasty (but rare) bug] in our parallel implementation.
180180
Shout-out to [Lambros Petrou] for having identified this one: TLDR, don't exit a main entry point program when there

sites/hurl.dev/_posts/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ use <a href="http://hurl.dev/blog/2024/08/29/hurl-5.0.0-the-parallel-edition.htm
130130
connect-timeout: 30s
131131
limit-rate: 32000
132132
</code></pre>
133-
<p>Speaking of CLI options, help in <code>hurl --help</code> has been redesigned and categorized, to make ot a little more readable.</p>
133+
<p>Speaking of CLI options, help in <code>hurl --help</code> has been redesigned and categorized, to make it a little more readable.</p>
134134
<p>We have also fixed a lot of bugs: a particular one <a href="https://github.com/Orange-OpenSource/hurl/issues/3297">was a nasty (but rare) bug</a> in our parallel implementation.
135135
Shout-out to <a href="https://www.lambrospetrou.com">Lambros Petrou</a> for having identified this one: TLDR, don’t exit a main entry point program when there
136136
are still living threads... Lambros is the mind behind <a href="https://www.skybear.net">Skybear.NET</a>, a managed platform to automate HTTP API

0 commit comments

Comments
 (0)