From 1fdd7faca3e2a66f3e80ae18c60ecf2f7fd84be7 Mon Sep 17 00:00:00 2001 From: "Colby M. White" Date: Mon, 7 Jun 2021 19:13:25 -0500 Subject: [PATCH] doc: fix spelling error in readme (#48) --- docs-src/_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-src/_README.md b/docs-src/_README.md index 5086eca..75e1408 100644 --- a/docs-src/_README.md +++ b/docs-src/_README.md @@ -1,4 +1,4 @@ -This directory containts the sources for the static site contained in the /docs/ directory. The site is based on the [eleventy](11ty.dev) static site generator. +This directory contains the sources for the static site contained in the /docs/ directory. The site is based on the [eleventy](11ty.dev) static site generator. The site is intended to be used with GitHub pages. To enable the site go to the GitHub settings and change the GitHub Pages "Source" setting to "master branch /docs folder".