Skip to content

Commit

Permalink
Update wording in Deploying to a generic Daml ledger (#11327)
Browse files Browse the repository at this point in the history
* Update generic_ledger.rst

* Changelog

Additional wording changes for grammar and style.

CHANGELOG_BEGIN

CHANGELOG_END

Co-authored-by: carrie-laben <91496516+carrie-laben@users.noreply.github.com>
  • Loading branch information
carrielaben-da and carrielaben-da committed Oct 25, 2021
1 parent 4461ed1 commit 54c400a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/deploy/generic_ledger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 54c400a

Please sign in to comment.