From 665411203af46023ccbf2bf916130b0c15872fde Mon Sep 17 00:00:00 2001 From: Gary Verhaegen Date: Wed, 22 Jun 2022 15:54:18 +0200 Subject: [PATCH] docs: fix daml-types link (#14247) As reported by @benm-da. CHANGELOG_BEGIN CHANGELOG_END --- docs/source/app-dev/bindings-ts/daml2js.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/app-dev/bindings-ts/daml2js.rst b/docs/source/app-dev/bindings-ts/daml2js.rst index 7ea852ba89..6ce92ba584 100644 --- a/docs/source/app-dev/bindings-ts/daml2js.rst +++ b/docs/source/app-dev/bindings-ts/daml2js.rst @@ -8,7 +8,7 @@ The command ``daml codegen js`` generates JavaScript (and TypeScript) that can b Inputs to the command are DAR files. Outputs are JavaScript packages with TypeScript typings containing metadata and types for all Daml packages included in the DAR files. -The generated packages use the library `@daml/types `_. +The generated packages use the library `@daml/types `_. Generate and Use Code *********************