From 596ca4641cfa7ff8c98da55266c7419e7a9c04f7 Mon Sep 17 00:00:00 2001 From: Muescha <184316+muescha@users.noreply.github.com> Date: Fri, 22 May 2020 00:59:50 +0200 Subject: [PATCH] fix(docs): local https - fix brand names (#24315) --- docs/docs/local-https.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/local-https.md b/docs/docs/local-https.md index 0198d43c52ce6..9a12b0ec9845b 100644 --- a/docs/docs/local-https.md +++ b/docs/docs/local-https.md @@ -22,7 +22,7 @@ info setting up SSL certificate (may require elevated permissions/sudo) Password: ``` -On windows, the prompt will differ: +On Windows, the prompt will differ: ```text A password is required to access the secure certificate authority key @@ -49,7 +49,7 @@ To install `certutil`, you need to install the `nss tools` package(s). The exact #### Linux -On a linux OS, you should be able to run one of the following, depending on your Linux distro: +On a Linux OS, you should be able to run one of the following, depending on your Linux distro: ```shell # Debian based (Ubuntu) @@ -62,7 +62,7 @@ sudo yum install nss-tools sudo zypper install mozilla-nss-tools ``` -#### MacOS +#### macOS Run the following command: