From 03cada3c1334b1b30b31d45e3792e53e3f3a064d Mon Sep 17 00:00:00 2001
From: David Sancho <dsnxmoreno@gmail.com>
Date: Fri, 3 Nov 2023 21:22:57 +0100
Subject: [PATCH] Update docs/compiling-to-js-with-melange.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Co-authored-by: Javier Chávarri <javier.chavarri@gmail.com>
---
 docs/compiling-to-js-with-melange.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/compiling-to-js-with-melange.md b/docs/compiling-to-js-with-melange.md
index 7dd6083ef..cb62d811f 100644
--- a/docs/compiling-to-js-with-melange.md
+++ b/docs/compiling-to-js-with-melange.md
@@ -59,7 +59,7 @@ If you don't have a `dune-project` file, create one with the following content:
 
 #### Emit JavaScript
 
-In your dune file, add `melange.emit` stanza to emit JavaScript.
+In your `dune` file, add a `melange.emit` stanza to emit JavaScript.
 
 The `melange.emit` stanza tells dune to generate JavaScript files from a set of libraries and modules. In-depth documentation about this stanza can be found in the [build-system on the Melange documentation](https://melange.re/v2.0.0/build-system/#entry-points-with-melangeemit).