Skip to content

Commit

Permalink
chore: small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-salvagni committed Jul 11, 2024
1 parent 043633e commit 451cd37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ SDK that support paginators.
## Using Paginators

Many AWS operations return paginated results when the response object is too big
to be returned in a single response. For these operations, the AWS SDK for
to be returned in a single response. For these operations, <mark>the AWS SDK for
JavaScript usually exposes utility methods all named with the
**paginate\<OperationName\>** pattern.
**paginate\<OperationName\>** pattern.</mark>

These methods are written using
[Async Generators](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncGenerator)
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const SITE_DESCRIPTION = `Ciao ヾ(^∇^), I'm Daniele Salvagni, a Software
<!-- concatenating br's like it's 1999 -->
<br /><br />
<div id="duck" style="text-align: center; position: relative;">
<img src="/img/duck.png" alt="duck" width="55px" />
<img src="/img/duck.png" alt="duck" width="46px" />
<span class="quack">Quack!</span>
</div>
</main>
Expand Down

0 comments on commit 451cd37

Please sign in to comment.