From bb25d32f033e6669a67dafdaebc73a2802eb58e1 Mon Sep 17 00:00:00 2001 From: I-Al-Istannen Date: Mon, 29 Jun 2020 16:18:33 +0200 Subject: [PATCH] Fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8953452..792ae11 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ ILIAS and can return either an output path (so you can rename files or move them around as you wish) or `None` if you do not want to save the given file. Additionally the ILIAS synchronizer allows you to define a *crawl filter*. This -filter also receives the computed path as the input, but is only called or -*directoties*. If you return `True`, the directory will be crawled and +filter also receives the computed path as the input, but is only called for +*directories*. If you return `True`, the directory will be crawled and searched. If you return `False` the directory will be ignored and nothing in it will be passed to the transformer.