Skip to content

Commit

Permalink
Missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Nov 16, 2024
1 parent aac8305 commit 28feeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/applications/web-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 28feeed

Please sign in to comment.