[DOCS] Fix truststores typo (#47738)

This commit is contained in:
Alex Pang 2019-10-15 15:50:32 -04:00 committed by James Rodewig
parent 601a88bede
commit 09604dbaea
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ CA certificate as a trusted certificate entry. This allows for the keystore to
also be used as a truststore. In this case, the path value should match
the `keystore.path` value.
Note, however, that this is not the general rule. There are keystores that cannot be
used as trustores, only
used as truststores, only
{ref}/security-settings.html#pkcs12-truststore-note[specifically crafted ones can]
--