From 5aa2092d0fe308e9cd2892e1ef809446b65abd52 Mon Sep 17 00:00:00 2001 From: SpiliosDmk <150211937+SpiliosDimakopoulos@users.noreply.github.com> Date: Sat, 25 Jul 2026 22:36:17 +0300 Subject: [PATCH] chore: Grammar fix in VDB provider README ("a importable") (#39577) --- api/providers/vdb/README.md | 2 +- dify-agent-runtime/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/providers/vdb/README.md b/api/providers/vdb/README.md index b5b4197f63c..e398cb938b9 100644 --- a/api/providers/vdb/README.md +++ b/api/providers/vdb/README.md @@ -29,7 +29,7 @@ In `pyproject.toml`: pgvector = "dify_vdb_pgvector.pgvector:PGVectorFactory" ``` -The value is **`module:attribute`**: a importable module path and the class implementing `AbstractVectorFactory`. +The value is **`module:attribute`**: an importable module path and the class implementing `AbstractVectorFactory`. ### How registration works diff --git a/dify-agent-runtime/README.md b/dify-agent-runtime/README.md index 49ecc5890bf..612abb13c21 100644 --- a/dify-agent-runtime/README.md +++ b/dify-agent-runtime/README.md @@ -41,7 +41,7 @@ docker build -f dify-agent-runtime/docker/Dockerfile \ dify-agent-runtime/ ``` -### Runing docker container +### Running docker container ``` docker run -d --name dify-agent-runtime \