Skip to content

Commit

Permalink
fix: Corriger la documentation du README.
Browse files Browse the repository at this point in the history
  • Loading branch information
regseb committed Oct 2, 2023
1 parent e141c29 commit 18b6c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Crée une tâche _cronée_.
_cron_](#expression-cron) indiquant les horaires d'exécution de la tâche.
- `func` (`Function`) : La fonction appelée à chaque horaire indiqué dans les
expressions _cron_.
- `options` (`Object`) : Les options de la tâche _cronnée_.
- `options` (`Object`) : Les options de la tâche _cronée_.
- `active` (`boolean`) : `true` (par défaut) pour activer la tâche ; sinon
`false`.
- `thisArg` (`any`) : Le `this` utilisé pour la fonction (la tâche _cronée_
Expand Down

0 comments on commit 18b6c29

Please sign in to comment.