Skip to content

Commit

Permalink
revert: temporarily setup new apps with old pluralization (#8401)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpc committed Oct 8, 2021
1 parent 4c7493a commit 7bb57d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ export class FeatureFlags {
name: 'improvePluralization',
type: 'boolean',
defaultValueForExistingProjects: false,
defaultValueForNewProjects: true,
defaultValueForNewProjects: false,
},
{
name: 'validateTypeNameReservedWords',
Expand Down

0 comments on commit 7bb57d0

Please sign in to comment.