From afc575b6291e463d87006b00b1f1efaf34633d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Fri, 27 Feb 2026 01:26:32 +0100 Subject: [PATCH] pl-api: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-api/lib/directory-client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pl-api/lib/directory-client.ts b/packages/pl-api/lib/directory-client.ts index e1c4da2de..b21844596 100644 --- a/packages/pl-api/lib/directory-client.ts +++ b/packages/pl-api/lib/directory-client.ts @@ -12,7 +12,7 @@ interface Params { language?: string; /** Server topic. */ category?: string; - /** Region where teh server is legally based. */ + /** Region where the server is legally based. */ region?: 'europe' | 'north_america' | 'south_america' | 'africa' | 'asia' | 'oceania'; /** Whether the server is governed by a public organization or a private individual. */ ownership?: 'juridicial' | 'natural';