fix typo in sentence

no, this isn't for hacktoberfest, i'm not that petty, it just annoyed me.
This commit is contained in:
PiggyPiglet 2020-10-11 10:09:20 +08:00 committed by Josh Taylor
parent 7e09351cf1
commit 9c32a91047

View file

@ -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- 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. 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 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. 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.