chore(typos): Fix low-impact typos
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user