Skip to content

Commit 7b49ed3

Browse files
committed
wording
1 parent c83c02a commit 7b49ed3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>Philippe Gaultier's blog</title>
44
<link href="https://gaultier.github.io/blog"/>
5-
<updated>2026-03-04T18:06:28+01:00</updated>
5+
<updated>2026-03-04T21:30:11+01:00</updated>
66
<author>
77
<name>Philippe Gaultier</name>
88
</author>
@@ -373,7 +373,7 @@
373373
<title>A silly shell pitfall</title>
374374
<link href="https://gaultier.github.io/blog/shell_pitfall.html"/>
375375
<id>urn:uuid:26cefafe-8cec-5ea6-99ce-8a57b82a6754</id>
376-
<updated>2026-03-04T18:06:28+01:00</updated>
376+
<updated>2026-03-04T21:30:11+01:00</updated>
377377
<published>2026-03-04T17:53:43+01:00</published>
378378
</entry>
379379
</feed>

search_index.postcard

-424 Bytes
Binary file not shown.

shell_pitfall.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h1>A silly shell pitfall</h1>
7979
</div>
8080
<p>Super short article today.</p>
8181
<p>At <a href="https://github.com/ory/sdk">work</a> we maintain an OpenAPI (formerly known as Swagger) specification of our APIs.
82-
Then we use generators we produce client code in various languages.</p>
82+
Then we use generators to produce client code in various languages.</p>
8383
<p>I noticed that Swift was missing from the list so I wanted to add it.</p>
8484
<p>Just to be sure that the generated code works, we have a step in CI that builds it.</p>
8585
<p>Thus I wrote, or rather extended, a <a href="https://github.com/ory/sdk/blob/master/scripts/test.sh">shell script</a> like this:</p>

0 commit comments

Comments
 (0)