From 98001867a332c3f8fe00a238451d9a1be9c59815 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Tue, 21 May 2024 08:14:44 -0400 Subject: [PATCH] docs: Change defend to defense --- README.md | 2 +- analyze/README.md | 2 +- arcjet-next/README.md | 2 +- arcjet-node/README.md | 2 +- arcjet/README.md | 2 +- examples/nextjs-example/README.md | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f97389dbf..d749e747a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@

[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 diff --git a/analyze/README.md b/analyze/README.md index 834f4b900..a3d9f8604 100644 --- a/analyze/README.md +++ b/analyze/README.md @@ -17,7 +17,7 @@

[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. diff --git a/arcjet-next/README.md b/arcjet-next/README.md index ed93a7e6f..07f785bb7 100644 --- a/arcjet-next/README.md +++ b/arcjet-next/README.md @@ -17,7 +17,7 @@

[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. diff --git a/arcjet-node/README.md b/arcjet-node/README.md index 3f7d0d113..f6a92f5d2 100644 --- a/arcjet-node/README.md +++ b/arcjet-node/README.md @@ -17,7 +17,7 @@

[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]. diff --git a/arcjet/README.md b/arcjet/README.md index cc7fb60fe..1b25ef2a8 100644 --- a/arcjet/README.md +++ b/arcjet/README.md @@ -17,7 +17,7 @@

[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. diff --git a/examples/nextjs-example/README.md b/examples/nextjs-example/README.md index ac4f82589..de2870e11 100644 --- a/examples/nextjs-example/README.md +++ b/examples/nextjs-example/README.md @@ -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