diff --git a/app/graphql/schema.graphql b/app/graphql/schema.graphql index 25d372289..6cbab3ad1 100644 --- a/app/graphql/schema.graphql +++ b/app/graphql/schema.graphql @@ -425,7 +425,7 @@ type Demarche { maxRevision: ID """ - Seulement les dossiers pour les révisons après la révision donnée. + Seulement les dossiers pour les révisions après la révision donnée. """ minRevision: ID @@ -1862,4 +1862,4 @@ type ValidationError { A description of the error """ message: String! -} \ No newline at end of file +}