From cd108aa43dfa2bb6f3d99ebe8cb7a7d2937bce56 Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Tue, 6 Jan 2026 08:04:40 -0800 Subject: [PATCH] fix typo --- docs/docs/_partial-setup.mdx | 2 +- docs/docs/get-started/docker.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/_partial-setup.mdx b/docs/docs/_partial-setup.mdx index 493075cf..c21fa9d1 100644 --- a/docs/docs/_partial-setup.mdx +++ b/docs/docs/_partial-setup.mdx @@ -39,7 +39,7 @@ If OpenRAG detects OAuth credentials during setup, it recommends **Advanced Setu 4. Optional: Under **Others**, edit the [knowledge base](/knowledge) paths if you don't want to use the default paths: * **Documents Paths**: One or more paths to directories are where OpenRAG looks for documents to ingest. - * **OpenSearch Data PAth**: Specify the path where you want OpenRAG to create your OpenSearch index. + * **OpenSearch Data Path**: Specify the path where you want OpenRAG to create your OpenSearch index. 5. Click **Save Configuration**. diff --git a/docs/docs/get-started/docker.mdx b/docs/docs/get-started/docker.mdx index 9de7dd38..811d3388 100644 --- a/docs/docs/get-started/docker.mdx +++ b/docs/docs/get-started/docker.mdx @@ -114,7 +114,7 @@ The following variables are required or recommended: PID: 27746 ``` -3. Deploy the OpenRAG containers locally using the appropriate Docker Compose configuration for your environment. +3. Deploy the OpenRAG containers locally using the appropriate Docker Compose configuration for your environment: * **GPU-accelerated deployment**: If your host machine has an NVIDIA GPU with CUDA support and compatible NVIDIA drivers, use the base `docker-compose.yml` file with the `docker-compose.gpu.yml` override.