From 28feeed17979656ee725fb2b00f0f0fb37917b86 Mon Sep 17 00:00:00 2001 From: Kris Zyp Date: Fri, 15 Nov 2024 17:15:58 -0700 Subject: [PATCH] Missing word --- docs/developers/applications/web-applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/applications/web-applications.md b/docs/developers/applications/web-applications.md index 24721b2..4e1b13f 100644 --- a/docs/developers/applications/web-applications.md +++ b/docs/developers/applications/web-applications.md @@ -41,7 +41,7 @@ export class Login extends Resource { ``` This endpoint can be called from the client side using a standard fetch request, a cookie will be returned, and the session will be maintained by HarperDB. -This allows web applications to directly with HarperDB and database resources, without needing to go through extra layers of authentication handling. +This allows web applications to directly interact with HarperDB and database resources, without needing to go through extra layers of authentication handling. ## Browser Caching Negotiation