summaryrefslogtreecommitdiff
path: root/docs/guides
diff options
context:
space:
mode:
authorMalo <57839069+MDLC01@users.noreply.github.com>2025-01-06 14:00:44 +0100
committerGitHub <noreply@github.com>2025-01-06 13:00:44 +0000
commit36508c66db184af3c4e620155810d1d768687481 (patch)
treeca9559868f83dd512e2e0fc24ab298947535b016 /docs/guides
parent39eeb116a47993e7c3ec756a975f41762dbb008b (diff)
Fix French text in example (#5635)
Diffstat (limited to 'docs/guides')
-rw-r--r--docs/guides/tables.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/guides/tables.md b/docs/guides/tables.md
index 5c9cf11d..5b7efdc4 100644
--- a/docs/guides/tables.md
+++ b/docs/guides/tables.md
@@ -886,8 +886,8 @@ everything else by providing an array in the `align` argument:
stroke: none,
table.header[Day][Location][Hotel or Apartment][Activities],
- [1], [Paris, France], [Hotel de L'Europe], [Arrival, Evening River Cruise],
- [2], [Paris, France], [Hotel de L'Europe], [Louvre Museum, Eiffel Tower],
+ [1], [Paris, France], [Hôtel de l'Europe], [Arrival, Evening River Cruise],
+ [2], [Paris, France], [Hôtel de l'Europe], [Louvre Museum, Eiffel Tower],
[3], [Lyon, France], [Lyon City Hotel], [City Tour, Local Cuisine Tasting],
[4], [Geneva, Switzerland], [Lakeview Inn], [Lake Geneva, Red Cross Museum],
[5], [Zermatt, Switzerland], [Alpine Lodge], [Visit Matterhorn, Skiing],
@@ -911,8 +911,8 @@ bottom-aligned. Let's use a function instead to do so:
stroke: none,
table.header[Day][Location][Hotel or Apartment][Activities],
- [1], [Paris, France], [Hotel de L'Europe], [Arrival, Evening River Cruise],
- [2], [Paris, France], [Hotel de L'Europe], [Louvre Museum, Eiffel Tower],
+ [1], [Paris, France], [Hôtel de l'Europe], [Arrival, Evening River Cruise],
+ [2], [Paris, France], [Hôtel de l'Europe], [Louvre Museum, Eiffel Tower],
<<< // ... remaining days omitted
>>> [3], [Lyon, France], [Lyon City Hotel], [City Tour, Local Cuisine Tasting],
>>> [4], [Geneva, Switzerland], [Lakeview Inn], [Lake Geneva, Red Cross Museum],