1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

chore: fix typo (#10016)

Fixes a typo error that snuck in
This commit is contained in:
Thomas Heartman 2025-05-19 13:10:16 +02:00 committed by GitHub
parent 9955267d39
commit e118321bfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ import type { FromSchema } from 'json-schema-to-ts';
export const UnleashApiErrorTypes = [
'ContentTypeError',
'ConflictErrror',
'ConflictError',
'DisabledError',
'FeatureHasTagError',
'IncompatibleProjectError',