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 *********************