diff options
author | ChristopheVilleneuve <hellosct1@gmail.com> | 2022-02-03 07:40:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 07:40:03 +0100 |
commit | b902ae55520c33292f3f52666cebe562b270baa1 (patch) | |
tree | a6683234dd0b6475f3671baa9a0452dc450ddf4a /files/fr/mozilla | |
parent | fa1a90aaf85794be2f4e18eb8fa6ec5e44e4d27b (diff) | |
download | translated-content-b902ae55520c33292f3f52666cebe562b270baa1.tar.gz translated-content-b902ae55520c33292f3f52666cebe562b270baa1.tar.bz2 translated-content-b902ae55520c33292f3f52666cebe562b270baa1.zip |
update link promise l10n-fr (#3969)
correction lien promise
Diffstat (limited to 'files/fr/mozilla')
-rw-r--r-- | files/fr/mozilla/add-ons/webextensions/api/tabs/goforward/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/tabs/goforward/index.md b/files/fr/mozilla/add-ons/webextensions/api/tabs/goforward/index.md index 10aa1b0c54..2c023627ca 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/tabs/goforward/index.md +++ b/files/fr/mozilla/add-ons/webextensions/api/tabs/goforward/index.md @@ -16,7 +16,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/goForward Passez à la page suivante dans l'historique de l'onglet, si disponible. -Il s'agit d'une fonction asynchrone qui renvoie une [`Promise`](/fr/docs/Web/JavaScript/Reference/Objets_globaux/Promise). +Il s'agit d'une fonction asynchrone qui renvoie une [`Promise`](/fr/docs/Web/JavaScript/Reference/Global_Objects/Promise). ## Syntaxe @@ -36,7 +36,7 @@ var goingForward = browser.tabs.goForward( ### Valeur retournée -Une [`Promise`](/fr/docs/Web/JavaScript/Reference/Objets_globaux/Promise) qui est tenue lorsque la navigation sur la page se termine. +Une [`Promise`](/fr/docs/Web/JavaScript/Reference/Global_Objects/Promise) qui est tenue lorsque la navigation sur la page se termine. ## Compatibilité du navigateur |