pl-api: fix typo

Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
Nicole Mikołajczyk
2025-05-27 21:00:50 +02:00
parent 68651ed975
commit 9f494f8297

View File

@ -4,7 +4,7 @@ import { dateSchema } from './utils';
/**
* @category Schemas
* @see {@link https://docs.joinmastodon.org/entities/TermfsOfService/}
* @see {@link https://docs.joinmastodon.org/entities/TermsOfService/}
*/
const termfsOfServiceSchema = v.object({
effective_date: dateSchema,