From 3f6f0b9f1bdfdde2f4411df85710be7ed40d9646 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Mon, 21 Nov 2022 01:12:24 +0200 Subject: [PATCH] Typo in readme: 'runtime' -> 'run-time' --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index bdae11f..f173f86 100644 --- a/Readme.md +++ b/Readme.md @@ -572,7 +572,7 @@ public class CancellableCommand : ICommand ### Type activation -Because **CliFx** takes responsibility for the application's entire lifecycle, it needs to be capable of instantiating various user-defined types at runtime. +Because **CliFx** takes responsibility for the application's entire lifecycle, it needs to be capable of instantiating various user-defined types at run-time. To facilitate that, it uses an interface called `ITypeActivator` that determines how to create a new instance of a given type. The default implementation of `ITypeActivator` only supports types that have public parameterless constructors, which is sufficient for the majority of scenarios. @@ -727,4 +727,4 @@ var app = new CliApplicationBuilder() ## Etymology **CliFx** is made out of "Cli" for "Command Line Interface" and "Fx" for "Framework". -It's pronounced as "cliff ex". \ No newline at end of file +It's pronounced as "cliff ex".