mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 10:21:55 +00:00
chore: Remove the misspelling
This commit is contained in:
@@ -20,7 +20,7 @@ export class Variants<A extends { [key: string]: ConfigSpec }> extends IBuilder<
|
||||
static empty() {
|
||||
return Variants.of({});
|
||||
}
|
||||
static withVariannt<K extends string, B extends ConfigSpec>(key: K, value: Config<B>) {
|
||||
static withVariant<K extends string, B extends ConfigSpec>(key: K, value: Config<B>) {
|
||||
return Variants.empty().withVariant(key, value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user