From 035eb537c48ace7b1c53b4758b96a33b0655185d Mon Sep 17 00:00:00 2001 From: Parth Panchal Date: Thu, 9 Dec 2021 13:36:05 +0530 Subject: [PATCH] typo fixes --- docs/install/enable-security/google-sso/google-config.md | 2 +- docs/install/run-in-production.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/enable-security/google-sso/google-config.md b/docs/install/enable-security/google-sso/google-config.md index 7e578a028ed..6122419a9eb 100644 --- a/docs/install/enable-security/google-sso/google-config.md +++ b/docs/install/enable-security/google-sso/google-config.md @@ -2,7 +2,7 @@ ## Update conf/openmetadata-security.yaml -Once the c`lient id` and `client secret` are generated, add `client id` as the value of the `clientId` field in the openmetadata-security.yaml file. See the snippet below for an example of where to place the `client id` value. +Once the `client id` and `client secret` are generated, add `client id` as the value of the `clientId` field in the openmetadata-security.yaml file. See the snippet below for an example of where to place the `client id` value. ``` authenticationConfiguration: diff --git a/docs/install/run-in-production.md b/docs/install/run-in-production.md index e4acf0e0163..42c43a757d6 100644 --- a/docs/install/run-in-production.md +++ b/docs/install/run-in-production.md @@ -76,7 +76,7 @@ OpenMetadata release ships with `./bin/openmetadata` init.d style script. Run th ./bin/openmetdata start ``` -We recommend configuring `serviced` to monitor the OpenMetadata command to restart in case of any failures.Start OpenMetadata. +We recommend configuring `serviced` to monitor the OpenMetadata command to restart in case of any failures. ## Running with a load balancer