From 440031dc97dbd2f77970c6e1aeb76b886ebf77fe Mon Sep 17 00:00:00 2001 From: Alan Urmancheev <108410815+alurm@users.noreply.github.com> Date: Fri, 24 Oct 2025 04:27:36 +0200 Subject: [PATCH] Fix typo in Filter Syntax documentation --- editions/tw5.com/tiddlers/filters/syntax/Filter Syntax.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/filters/syntax/Filter Syntax.tid b/editions/tw5.com/tiddlers/filters/syntax/Filter Syntax.tid index 58a03aa20..51980ebb4 100644 --- a/editions/tw5.com/tiddlers/filters/syntax/Filter Syntax.tid +++ b/editions/tw5.com/tiddlers/filters/syntax/Filter Syntax.tid @@ -9,7 +9,7 @@ type: text/vnd.tiddlywiki A <<.def filter>> is a pipeline for transforming an <<.def input>> into an <<.def output>>. Both the input and the output are [[ordered sets of titles|Title Selection]] of tiddlers and fields. -Filters are ''expressions'' constructed from smaller building blocks, called ''runs'', which are built using ''steps''. Eeach of which also transforms an input to an output. +Filters are ''expressions'' constructed from smaller building blocks, called ''runs'', which are built using ''steps''. Each of which also transforms an input to an output. A filter starts with an empty output. Its runs are processed from left to right, progressively modifying the output. @@ -21,4 +21,4 @@ The "Filter Syntax" description starts with: [[<"Filter Expression">|"Filter Expression"]] """/> -<<.tip "The railroad boxes as the one above can be used to navigate">> \ No newline at end of file +<<.tip "The railroad boxes as the one above can be used to navigate">>