Skip to content

Commit c1ecff2

Browse files
committed
Change Examples into Exemples for menu
+ one example title change (shorten title). Signed-off-by: Bruno Lesieur <[email protected]>
1 parent 8904291 commit c1ecff2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/v2/examples/modal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Composant d'une fenêtre modale
2+
title: Composant fenêtre modale
33
type: examples
44
order: 6
55
---

themes/vue/layout/partials/sidebar.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Apporter son soutien
1515
</a>
1616
<h2>
17-
<%- type === 'api' ? 'API' : (type.charAt(0).toUpperCase() + type.slice(1)) %>
17+
<%- type === 'api' ? 'API' : (type === 'examples' ? 'Exemples' : (type.charAt(0).toUpperCase() + type.slice(1))) %>
1818
<% if (type !== 'cookbook') { %>
1919
<select class="version-select">
2020
<option value="SELF" selected>2.0</option>

0 commit comments

Comments
 (0)