From 81cae420e3228c538dd1541125e85aeab702fe0a Mon Sep 17 00:00:00 2001 From: gujishh Date: Mon, 13 Apr 2026 00:06:28 +0900 Subject: [PATCH] docs: fix documentation typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c42b5db9..b9f5042cf 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ const agent = new PageAgent({ await agent.execute('Click the login button') ``` -For more programmatic usage, see [📖 Documentations](https://alibaba.github.io/page-agent/docs/introduction/overview). +For more programmatic usage, see [📖 Documentation](https://alibaba.github.io/page-agent/docs/introduction/overview). ## 🌟 Awesome Page Agent