Skip to content

Commit fcc24eb

Browse files
committed
chore: fix docs build warning
1 parent 1a8acc8 commit fcc24eb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/docs/src/pages/en/features/icon-fonts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pnpm add @mdi/font -D
8686
yarn add @mdi/font -D
8787
```
8888

89-
``` bash [npm]
89+
```bash [npm]
9090
npm install @mdi/font -D
9191
```
9292

packages/docs/src/pages/en/features/rules.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ In this case, error message can be redefined as second parameter:
142142
</v-form>
143143
```
144144

145-
<!-- ## Aliases
145+
<!--
146+
## Aliases
146147
147148
Rules can also be used in inputs using the alias names syntax:
148149
@@ -167,7 +168,8 @@ RuleBuilders parameters can also be passed using an Array:
167168
]"
168169
></v-text-field>
169170
</v-form>
170-
``` -->
171+
```
172+
-->
171173

172174
## Custom rules
173175

0 commit comments

Comments
 (0)