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';