From 621bd29e7a57fbb585d03eea73c4f4f1eedcf3f7 Mon Sep 17 00:00:00 2001 From: Darren Richards Date: Thu, 14 Dec 2017 11:07:21 -0800 Subject: [PATCH] Fix typo (#286) --- website/blog/2017-12-14-introducing-docusaurus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/blog/2017-12-14-introducing-docusaurus.md b/website/blog/2017-12-14-introducing-docusaurus.md index 5b320f3532..dbbbe7c0b3 100644 --- a/website/blog/2017-12-14-introducing-docusaurus.md +++ b/website/blog/2017-12-14-introducing-docusaurus.md @@ -13,7 +13,7 @@ We created [Docusaurus](https://docusaurus.io) for the following reasons: 1. To put the focus on writing good documentation instead of worrying about the infrastructure of a website. 1. To provide features that many of our open source websites need like blog support, search and versioning. -1. To make it easy to push updates, new features, and bug fuxes to everyone all at once. +1. To make it easy to push updates, new features, and bug fixes to everyone all at once. 1. And, finally, to provide a consistent look and feel across our all our open source projects.