From 005cd8dba8d5b255cbadbf6b686a3e7d003079da Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sun, 1 Nov 2020 18:25:42 +0200 Subject: [PATCH] Fix a typo --- doc/modules/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/index.md b/doc/modules/index.md index ee66bde..d88160d 100644 --- a/doc/modules/index.md +++ b/doc/modules/index.md @@ -13,7 +13,7 @@ following links. ## What's a module? Prelude modules are plain old Elisp libraries - there's absolutely nothing magical about them. -Most of them simply install a few package and provide some sensible baseline configuration for them. +Most of them simply install a few Emacs packages and provide some sensible baseline configuration for them. Here's a real example. ``` emacs-lisp