From 16db3d8ecf5c490beee94a8ad779a3d448d404c1 Mon Sep 17 00:00:00 2001 From: Chase Dorsey Date: Tue, 14 Feb 2023 09:52:43 -0600 Subject: [PATCH] Update timer.json Fix grammar in Timer block manual entry --- .../patchouli_books/manual/en_us/entries/logic/timer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/data/rftoolsutility/patchouli_books/manual/en_us/entries/logic/timer.json b/src/main/resources/data/rftoolsutility/patchouli_books/manual/en_us/entries/logic/timer.json index ac8dd4ed..60624089 100644 --- a/src/main/resources/data/rftoolsutility/patchouli_books/manual/en_us/entries/logic/timer.json +++ b/src/main/resources/data/rftoolsutility/patchouli_books/manual/en_us/entries/logic/timer.json @@ -9,7 +9,7 @@ }, { "type": "text", - "text": "What is special about this timer is that it restart when it itself receives a redstone pulse at its input. So given timely input pulses this block will never output a pulse itself. By using this feature this block can be used as a way to detect that a certain activity is overdue" + "text": "What is special about this timer is that it will restart itself when it receives a redstone pulse at its input. So given timely input pulses this block will never output a pulse itself. By using this feature this block can be used as a way to detect that a certain activity is overdue" } ] -} \ No newline at end of file +}