From 388e0c80772a14fdb41dd9baf2e27ad2c9635126 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 20 Feb 2013 22:15:23 +0100 Subject: [PATCH] Fixed typo in History file --- History.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 614c6960..532f6837 100644 --- a/History.txt +++ b/History.txt @@ -3,7 +3,7 @@ * Refactored jekyll commands into subcommands: build, serve, and migrate. (#690) * Removed importers/migrators from main project, migrated to jekyll-import sub-gem (#793) * Minor Enhancements - * Reinstate --limit-posts and --future switches (#788) + * Reinstate --limit_posts and --future switches (#788) * Remove ambiguity from command descriptions (#815) * Fix SafeYAML Warnings (#807) * Relaxed Kramdown version to 0.14 (#808)