From 5bd0da5192b4b94d1d4dacfb84b26f120be816b2 Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com> Date: Fri, 7 Oct 2022 15:35:46 -0400 Subject: [PATCH] docs(nxdev): fix typo in readme (#12466) --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index ec9546ba39..0f91968b0b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -31,7 +31,7 @@ Cards allow to show content in a grid system with a title, a description, a type You can add specific languages, a filename and allow or not to process interpolation _(default is `false`)_ on the code snippet displayed. ```` -‎```javascript {% fileName="main.css" %} +‎```javascript {% fileName="main.js" %} ‎ const code = "goes here"; ‎``` ````