diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-07-17 18:25:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-17 18:25:26 -0400 |
commit | c79d6f98dd7cf784c19169717b8a9e989a5c5978 (patch) | |
tree | ba9ed21cfb56a9696db46c53b28159b9dd99ef26 /js | |
parent | Formatting fix (diff) | |
download | ice-c79d6f98dd7cf784c19169717b8a9e989a5c5978.tar.bz2 ice-c79d6f98dd7cf784c19169717b8a9e989a5c5978.tar.xz ice-c79d6f98dd7cf784c19169717b8a9e989a5c5978.zip |
Fixed typo
Diffstat (limited to 'js')
-rw-r--r-- | js/BuildInstructions.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/BuildInstructions.md b/js/BuildInstructions.md index ae80e7234a8..83757853c8c 100644 --- a/js/BuildInstructions.md +++ b/js/BuildInstructions.md @@ -102,8 +102,8 @@ depending on the browser you're using: Run the management console (mmc.exe) and add the Certificates snap-in for the computer account. Then select Console Root > Certificates (Local Computer) \> Trusted Root Certificate Authorities. In the Action menu, choose All Tasks - and Import. Navigate to the `cacert.der` file and import it into. Reload the - test page to continue. + and Import. Navigate to the `cacert.der` file and import it into the Trusted + Root Certificate Authorities. Reload the test page to continue. #### Windows 8 |