Skip to content

Commit

Permalink
docs: Change defend to defense
Browse files Browse the repository at this point in the history
  • Loading branch information
blaine-arcjet committed May 21, 2024
1 parent 3af972f commit 9800186
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</p>

[Arcjet][arcjet] helps developers protect their apps in just a few lines of
code. Implement rate limiting, bot protection, email verification & defend
code. Implement rate limiting, bot protection, email verification & defense
against common attacks.

This is the monorepo containing various [Arcjet][arcjet] open source packages
Expand Down
2 changes: 1 addition & 1 deletion analyze/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</p>

[Arcjet][arcjet] helps developers protect their apps in just a few lines of
code. Implement rate limiting, bot protection, email verification & defend
code. Implement rate limiting, bot protection, email verification & defense
against common attacks.

This is the [Arcjet][arcjet] local analysis engine.
Expand Down
2 changes: 1 addition & 1 deletion arcjet-next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</p>

[Arcjet][arcjet] helps developers protect their apps in just a few lines of
code. Implement rate limiting, bot protection, email verification & defend
code. Implement rate limiting, bot protection, email verification & defense
against common attacks.

This is the [Arcjet][arcjet] SDK for the [Next.js][next-js] framework.
Expand Down
2 changes: 1 addition & 1 deletion arcjet-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</p>

[Arcjet][arcjet] helps developers protect their apps in just a few lines of
code. Implement rate limiting, bot protection, email verification & defend
code. Implement rate limiting, bot protection, email verification & defense
against common attacks.

This is the [Arcjet][arcjet] SDK for [Node.js][node-js].
Expand Down
2 changes: 1 addition & 1 deletion arcjet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</p>

[Arcjet][arcjet] helps developers protect their apps in just a few lines of
code. Implement rate limiting, bot protection, email verification & defend
code. Implement rate limiting, bot protection, email verification & defense
against common attacks.

This is the [Arcjet][arcjet] TypeScript and JavaScript SDK core.
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ This example uses the [Arcjet](https://arcjet.com/) SDK to implement a token
bucket rate limit for API routes. It does not require any additional
infrastructure e.g. Redis.

The Arcjet SDK allows you to Implement rate limiting, bot protection, email
verification & defend against common attacks. See [the
The Arcjet SDK allows you to implement rate limiting, bot protection, email
verification & defense against common attacks. See [the
docs](https://docs.arcjet.com/) for details.

## Deploy your own
Expand Down

0 comments on commit 9800186

Please sign in to comment.