From 69c9370a268af87cfd3dd52a49ec2f42bee7ea1e Mon Sep 17 00:00:00 2001 From: Tek Raj Chhetri Date: Fri, 13 Dec 2024 09:57:39 -0500 Subject: [PATCH] corrected spelling errors by Codespell --- docs/deployment_braikbservices.md | 4 ++-- docs/deployment_userinterface.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/deployment_braikbservices.md b/docs/deployment_braikbservices.md index f364249..c2960f0 100644 --- a/docs/deployment_braikbservices.md +++ b/docs/deployment_braikbservices.md @@ -15,7 +15,7 @@ The JWT User & Scope Manager helps to simplify the management of permissions and **Installation:** - Navigate to `APItokenmanager` directory. -- Install PostgreSQL databse by running the Docker Compose file present inside _docker-postgresql_ folder. +- Install PostgreSQL database by running the Docker Compose file present inside _docker-postgresql_ folder. - **Important:** You need to create an `.env` file to hold the following information. - POSTGRES_USER: PostgreSQL database user name. @@ -27,7 +27,7 @@ The JWT User & Scope Manager helps to simplify the management of permissions and - DJANGO_SUPERUSER_USERNAME: Username that you will use to login to JWT User & Scope Manager. - DJANGO_SUPERUSER_EMAIL: Email address of the user. - DJANGO_SUPERUSER_PASSWORD: Password of the Django superuser. -- Assign the environment variables specified below and deploy the application by executing the Docker Compose file, selecting either development (`docker-compose-dev.yml`) or production (`docker-compose-prod.yml`) depending on your environemnt (see {ref}`content:references:sampleenvfilejwtuserscopemanagerapp`). +- Assign the environment variables specified below and deploy the application by executing the Docker Compose file, selecting either development (`docker-compose-dev.yml`) or production (`docker-compose-prod.yml`) depending on your environment (see {ref}`content:references:sampleenvfilejwtuserscopemanagerapp`). - DB_NAME: Name of the database. - DB_USER: User name. - DB_PASSWORD: Password. diff --git a/docs/deployment_userinterface.md b/docs/deployment_userinterface.md index 531958f..ea32136 100644 --- a/docs/deployment_userinterface.md +++ b/docs/deployment_userinterface.md @@ -16,7 +16,7 @@ Navigate to the `nextjsUIapp` directory, and perform the tasks described below. ``` npm install next@latest react@latest react-dom@latest ``` - If you get issue with depenency, add `--legacy-peer-deps` options. + If you get issue with dependency, add `--legacy-peer-deps` options. - Installation of the dependencies. ``` npm install @@ -65,7 +65,7 @@ Navigate to the `nextjsUIapp` directory, and perform the tasks described below. ```{figure} images/brainkbdocs-statistics_structured_box.png :name: brainkbdocs-statistics_structured_box - Landing page configuration of structured models and statics cards using `config-home.yaml`. + Landing page configuration of structured models and statistics cards using `config-home.yaml`. ``` ```{figure} images/brainkbdocs-knowledgebasepage.png