Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 70bafd0

Browse files
committed
Info to Warning
Signed-off-by: Bruno Lesieur <[email protected]>
1 parent 20ca66e commit 70bafd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/guide/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Nuxt.js lets you create nested route by using the children routes of vue-router.
115115

116116
To define the parent component of a nested route, you need to create a Vue file with the **same name as the directory** which contain your children views.
117117

118-
<p class="Alert Alert--nuxt-green"><b>Info:</b> don't forget to write `<nuxt-child/>` inside the parent component (<code>.vue</code> file).</p>
118+
<p class="Alert Alert--info"><b>Warning:</b> don't forget to write `<nuxt-child/>` inside the parent component (<code>.vue</code> file).</p>
119119

120120
This file tree:
121121

0 commit comments

Comments
 (0)