docs(nxdev): fix typo in readme (#12466)
This commit is contained in:
parent
932550cdae
commit
5bd0da5192
@ -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.
|
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";
|
const code = "goes here";
|
||||||
```
|
```
|
||||||
````
|
````
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user