diff --git a/app/views/admin/communication/website/configs/permalinks/static.html.erb b/app/views/admin/communication/website/configs/permalinks/static.html.erb
index 780ad1b9cb3722bf40bc89646187bc2cbf5e3430..f25a6b99a7849b38fc650c5b97b0e41f6f78dd05 100644
--- a/app/views/admin/communication/website/configs/permalinks/static.html.erb
+++ b/app/views/admin/communication/website/configs/permalinks/static.html.erb
@@ -10,7 +10,7 @@ persons:        <%= @website.special_page(:persons).path_without_language %>/:sl
 <% if @website.has_authors? %>
 authors:        <%= @website.special_page(:persons).path_without_language %>/:slug/<%= @website.special_page(:communication_posts).slug %>/
 <% end %>
-<%# ces paths complémentaires sont nécessairesà Hugo mais on ne les utilise pas %>
+<%# ces paths complémentaires sont nécessaires à Hugo mais on ne les utilise pas %>
 <% if @website.has_administrators? %>
 administrators: <%= @website.special_page(:persons).path_without_language %>/:slug/roles/
 <% end %>