Skip to content

Commit

Permalink
Fix typo and grammar in Installable PWA page, in French (#12116)
Browse files Browse the repository at this point in the history
  • Loading branch information
meduzen authored Mar 11, 2023
1 parent ad15e7d commit 31b56d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/fr/web/progressive_web_apps/installable_pwas/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Comment rendre les PWAs installables
title: Comment rendre les PWA installables
slug: Web/Progressive_web_apps/Installable_PWAs
translation_of: Web/Progressive_web_apps/Installable_PWAs
---
Expand All @@ -19,7 +19,7 @@ Pour rendre un site web installable, il a besoin que les éléments suivants soi
- Un icone représentant l'application sur l'appareil
- Un service worker enregistré pour permettre à l'application de fonctionner en mode déconnecté (ceci n'est actuellement imposé que par Chrome pour Android)

### Le fichier manisfeste
### Le fichier manifeste

L'élément clef est un fichier manifeste web qui liste toutes les informations concernant le site web au format JSON.

Expand Down

0 comments on commit 31b56d6

Please sign in to comment.