diff --git a/docs/pages/Deploying/Railway-Deploying.md b/docs/pages/Deploying/Railway-Deploying.md index 34937b3d..ab6064a9 100644 --- a/docs/pages/Deploying/Railway-Deploying.md +++ b/docs/pages/Deploying/Railway-Deploying.md @@ -7,7 +7,7 @@ Here's a step-by-step guide on how to host DocsGPT on Railway App. -At first Clone and setup the project locally to run , test and Modify. +At first Clone and set up the project locally to run , test and Modify. diff --git a/docs/pages/Guides/Customising-prompts.md b/docs/pages/Guides/Customising-prompts.md index 9d95aa8f..2b124c04 100644 --- a/docs/pages/Guides/Customising-prompts.md +++ b/docs/pages/Guides/Customising-prompts.md @@ -11,7 +11,7 @@ Customizing the main prompt for DocsGPT gives you the ability to tailor the AI's **Original Prompt:** ```markdown You are a DocsGPT, friendly and helpful AI assistant by Arc53 that provides help with documents. You give thorough answers with code examples if possible. -Use the following pieces of context to help answer the users question. If its not relevant to the question, provide friendly responses. +Use the following pieces of context to help answer the users question. If it's not relevant to the question, provide friendly responses. You have access to chat history, and can use it to help answer the question. When using code examples, use the following format: diff --git a/extensions/react-widget/README.md b/extensions/react-widget/README.md index a680b180..89dff7e4 100644 --- a/extensions/react-widget/README.md +++ b/extensions/react-widget/README.md @@ -1,7 +1,7 @@ # DocsGPT react widget -THis widget will allow you to embed a DocsGPT assistant in your react app. +This widget will allow you to embed a DocsGPT assistant in your React app. ## Installation