Skip to content

Commit edadec3

Browse files
authored
typos "intér" -> "inter" (2xactive, 1xagir)
1 parent c257560 commit edadec3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README-fr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ Une alternative plus légère pour la persistance des sessions seulement est [`d
257257
stat -c '%A %a %n' /etc/timezone
258258
```
259259

260-
- Pour une sélection intéractive de valeurs issues de la sortie d'une commande, utilisez [`percol`](https://github.com/mooz/percol) ou [`fzf`](https://github.com/junegunn/fzf).
260+
- Pour une sélection interactive de valeurs issues de la sortie d'une commande, utilisez [`percol`](https://github.com/mooz/percol) ou [`fzf`](https://github.com/junegunn/fzf).
261261

262-
- Pour intéragir avec les fichiers provenant de la sortie d'une commande (p. ex. `git`), utilisez `fpp` ([PathPicker](https://github.com/facebook/PathPicker)).
262+
- Pour interagir avec les fichiers provenant de la sortie d'une commande (p. ex. `git`), utilisez `fpp` ([PathPicker](https://github.com/facebook/PathPicker)).
263263

264264

265265
- Créez un simple serveur web pour partager les fichiers du répertoire courant (et ses sous-répertoires) avec `python -m SimpleHTTPServer 7777` (port 7777 et Python 2) et `python -m http.server 7777` (port 7777 et Python 3).
@@ -297,7 +297,7 @@ Par exemple, pour convertir un document Markdown au format Word : `pandoc README
297297
- Si vous devez manipuler du XML, l'ancien `xmlstarlet` marche bien.
298298

299299
- Pour le JSON, utilisez [`jq`](http://stedolan.github.io/jq/).
300-
Voir également [`jid`](https://github.com/simeji/jid) and [`jiq`](https://github.com/fiatjaf/jiq) pour une utilisation intéractive.
300+
Voir également [`jid`](https://github.com/simeji/jid) and [`jiq`](https://github.com/fiatjaf/jiq) pour une utilisation interactive.
301301

302302
- Pour le YAML, utilisez [`shyaml`](https://github.com/0k/shyaml).
303303

0 commit comments

Comments
 (0)