diff --git a/website/_i18n/ar/user-guides/grpc-basic-auth/index.md b/website/_i18n/ar/user-guides/grpc-basic-auth/index.md index 4488ec16e..15afef6ea 100644 --- a/website/_i18n/ar/user-guides/grpc-basic-auth/index.md +++ b/website/_i18n/ar/user-guides/grpc-basic-auth/index.md @@ -17,7 +17,7 @@ tool or a predefined utility. Example Format: -``` +```shell username: foo password: bar @@ -54,7 +54,9 @@ This process results in a bcrypt-hashed password that can be used for basic auth To generate basic authentication credentials, you can use the following form to create a hashed credential. - + + +