typo fixes

This commit is contained in:
Parth Panchal 2021-12-09 13:36:05 +05:30 committed by Sriharsha Chintalapani
parent 9fc0eb0475
commit 035eb537c4
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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