From 2401876b530a5101b298caefd594d823e09e20c3 Mon Sep 17 00:00:00 2001 From: Robert Hunt Date: Tue, 3 Nov 2020 01:34:40 +0000 Subject: [PATCH] Fix typo (#406) Fix typo Reviewed-on: https://git.door43.org/unfoldingWord/en_ta/pulls/406 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5157535..2bceb9e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ UTA is written in a simple Markdown format and organized according to the [Resou Each manual has its own directory in this repository (for example, the Checking Manual is in the [checking](https://git.door43.org/unfoldingWord/en_ta/src/branch/master/checking) directory). Each module has its own directory inside of these manual directories. Inside each of these are three files: * `01.md` - This is the main body of the module -* `sub-title.md` - This file contians the question that the module is intended to answer. +* `sub-title.md` - This file contains the question that the module is intended to answer. * `title.md` - This contains the title of the module There are also YAML formatted files in each manual’s directory. The `toc.yaml` file is for encoding the Table of Contents and the `config.yaml` file is for encoding dependencies between the modules.