chore(typos): Fix low-impact typos

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
Gabriel Dugny
2025-04-18 14:19:31 +02:00
parent 129dfdb588
commit 72d019d663
83 changed files with 218 additions and 150 deletions
@@ -147,7 +147,7 @@ export class RemoteConfigSource implements ConfigSource {
if (rawData === undefined) {
/**
* This error message is/was coupled to the implementation and with refactoring it is no longer truly accurate
* This behavior is also inconsistent with {@link FileConfigSource}, which doesn't error on unparseable or empty
* This behavior is also inconsistent with {@link FileConfigSource}, which doesn't error on unparsable or empty
* content
*
* Preserving to not make a breaking change
+1 -1
View File
@@ -78,7 +78,7 @@ export interface ConfigSource {
}
/**
* A custom function to be used for substitution withing configuration files.
* A custom function to be used for substitution within configuration files.
*
* @remarks
*