From 9c32a9104740312a9d07a15a569407a2ebe3335c Mon Sep 17 00:00:00 2001 From: PiggyPiglet Date: Sun, 11 Oct 2020 10:09:20 +0800 Subject: [PATCH] fix typo in sentence no, this isn't for hacktoberfest, i'm not that petty, it just annoyed me. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efd0e658..959c4ffa 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Cloud is a general-purpose Java command dispatcher & framework. It allows programmers to define command chains that are then parsed and invoked from user- supplied string inputs, to execute pre-defined actions. -Cloud commands consist out of deterministic command chains are the arguments are strongly typed. When you write a command, you know exactly +Cloud commands consist out of deterministic command chains where the arguments are strongly typed. When you write a command, you know exactly what type of data you will get to work with and you won't need to spend hours debugging command contexts while crying profusely. The experience of using the framework is like floating on a fluffy cloud in heaven. Its feature set is derived from Already existing Command Frameworks, while being less restrictive, opinionated and confusing.