From 0f33a875ed3d3d5440b250fecad6e204f58da345 Mon Sep 17 00:00:00 2001 From: carrie-laben <91496516+carrie-laben@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:12:24 -0400 Subject: [PATCH 1/2] Update generic_ledger.rst --- docs/source/deploy/generic_ledger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/deploy/generic_ledger.rst b/docs/source/deploy/generic_ledger.rst index 9d7d3fc656f1..7679c6ca4dd9 100644 --- a/docs/source/deploy/generic_ledger.rst +++ b/docs/source/deploy/generic_ledger.rst @@ -37,7 +37,7 @@ The ``daml deploy`` command will #. allocate the parties specified in the project's ``daml.yaml`` on the ledger if they are missing. -For more further interactions with the ledger, use the ``daml ledger`` command. Try running ``daml +For additional interactions with the ledger, use the ``daml ledger`` command. Try running ``daml ledger --help`` to get a list of available ledger commands: .. code-block:: none From 02074aa8e4d8b8cbaea189d1f7006aad9e71c2a0 Mon Sep 17 00:00:00 2001 From: carrie-laben <91496516+carrie-laben@users.noreply.github.com> Date: Mon, 25 Oct 2021 11:56:41 -0400 Subject: [PATCH 2/2] Changelog Additional wording changes for grammar and style. CHANGELOG_BEGIN CHANGELOG_END --- docs/source/deploy/generic_ledger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/deploy/generic_ledger.rst b/docs/source/deploy/generic_ledger.rst index 7679c6ca4dd9..8e68f2efbcdc 100644 --- a/docs/source/deploy/generic_ledger.rst +++ b/docs/source/deploy/generic_ledger.rst @@ -62,7 +62,7 @@ ledger --help`` to get a list of available ledger commands: Connecting via TLS ------------------ -To connect to the ledger via TLS, you can pass ``--tls`` to the +To connect to the ledger via TLS, pass ``--tls`` to the various commands. If your ledger supports or requires mutual authentication you can pass your client key and certificate chain files via ``--pem client_key.pem --crt client.crt``. Finally, you can