docs(nxdev): fix typo in readme (#12466)

This commit is contained in:
Benjamin Cabanes 2022-10-07 15:35:46 -04:00 committed by GitHub
parent 932550cdae
commit 5bd0da5192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";
```
````