pl-api: typo

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-27 01:26:32 +01:00
parent e3849d2aea
commit afc575b629

View File

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