From 84e4222feda44a05a08ee54a72f9b3f4875ca25a Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Wed, 27 Oct 2021 16:19:39 -0700
Subject: [PATCH] short-guide: Transitions -> Transformations.

---
 doc/short-guide-to-pandocs-sources.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/short-guide-to-pandocs-sources.md b/doc/short-guide-to-pandocs-sources.md
index cff764034..722063e03 100644
--- a/doc/short-guide-to-pandocs-sources.md
+++ b/doc/short-guide-to-pandocs-sources.md
@@ -190,9 +190,9 @@ describes the multiple ways in which the document can be altered.
 Document traversal happens through the `Walkable` class in module
 `Text.Pandoc.Walk` ([*pandoc-types* package]).
 
-## Transitions
+## Transformations
 
-Transitions are simple modifications controllable through
+Transformations are simple modifications controllable through
 command-line options.
 
 ## Filters