From ba207553cf281eb715c94e50e565fcb5bea01509 Mon Sep 17 00:00:00 2001 From: jen_h Date: Tue, 16 Apr 2024 11:50:31 -0500 Subject: [PATCH] Fix minor typo (#2533) --- src/remote-config/remote-config-api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote-config/remote-config-api.ts b/src/remote-config/remote-config-api.ts index 3ededc58c9..4a9a2cfc4e 100644 --- a/src/remote-config/remote-config-api.ts +++ b/src/remote-config/remote-config-api.ts @@ -373,7 +373,7 @@ export type ServerTemplateDataType = ServerTemplateData | string; /** * Represents optional arguments that can be used when instantiating - * {@link ServerTemplate} synchonously. + * {@link ServerTemplate} synchronously. */ export interface InitServerTemplateOptions extends GetServerTemplateOptions {