From 01f03aca8c0623130cd29ad712ea62e9a68af4ff Mon Sep 17 00:00:00 2001 From: alxndrsn Date: Fri, 27 Mar 2026 10:55:48 +0000 Subject: [PATCH] make a change to test new actions --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index fab1ae7749..1be17fd6b0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ title: PouchDB, the JavaScript Database that Syncs!

The Database that Syncs!

PouchDB is an open-source JavaScript database inspired by Apache CouchDB that is designed to run well within the browser.

-

PouchDB was created to help web developers build applications that work as well offline as they do online.
+

ouchDB was created to help web developers build applications that work as well offline as they do online.

It enables applications to store data locally while offline, then synchronize it with CouchDB and compatible servers when the application is back online, keeping the user's data in sync no matter where they next login.

Learn more