From af85d6af778141d68609f9e3a0fcc4d213bbbc91 Mon Sep 17 00:00:00 2001 From: Jen Harvey Hugg Date: Tue, 16 Apr 2024 09:56:03 -0500 Subject: [PATCH] Fix minor typo --- 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 {