aboutsummaryrefslogtreecommitdiff
path: root/files/fr/mozilla/add-ons/webextensions/match_patterns
diff options
context:
space:
mode:
authorCarolyn Wu <87150472+cw118@users.noreply.github.com>2022-01-29 06:27:27 -0500
committerGitHub <noreply@github.com>2022-01-29 12:27:27 +0100
commit1dbea823b8b72de289161a879207736b1b34889a (patch)
treed191dd892a32dcb5b3ffafc138166d0257c40da6 /files/fr/mozilla/add-ons/webextensions/match_patterns
parentc2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d (diff)
downloadtranslated-content-1dbea823b8b72de289161a879207736b1b34889a.tar.gz
translated-content-1dbea823b8b72de289161a879207736b1b34889a.tar.bz2
translated-content-1dbea823b8b72de289161a879207736b1b34889a.zip
Markdown error fixes for French pages (#3850)
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/match_patterns')
-rw-r--r--files/fr/mozilla/add-ons/webextensions/match_patterns/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/match_patterns/index.md b/files/fr/mozilla/add-ons/webextensions/match_patterns/index.md
index fee3d3d5d8..2f0cffb120 100644
--- a/files/fr/mozilla/add-ons/webextensions/match_patterns/index.md
+++ b/files/fr/mozilla/add-ons/webextensions/match_patterns/index.md
@@ -95,7 +95,7 @@ La valeur du _chemin_ matches correspond à la chaîne de caractères qui est le
Ni l'[identificateur de fragment d'URL](https://en.wikipedia.org/wiki/Fragment_identifier), ni le `#` qui le précède, ne sont considérés comme faisant partie du _chemin_.
-> **Note :** La chaîne de modèle de chemin d'accès ne doit pas inclure de numéro de port. Ajout d'un port, comme dans : _"http\://localhost:1234/\*"_ fait que le motif de match est ignoré. Cependant, "_http\://localhost:1234_" correspondra avec "\*http\://localhost/\*\*"
+> **Note :** La chaîne de modèle de chemin d'accès ne doit pas inclure de numéro de port. Ajout d'un port, comme dans : `http://localhost:1234/*` fait que le motif de match est ignoré. Cependant, `http://localhost:1234` correspondra avec `http://localhost/*`.
### \<all_urls>