Skip to content

Conversation

@KhoDis
Copy link
Contributor

@KhoDis KhoDis commented Mar 6, 2025

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Docs
  • Other... Please describe:

What is the current behavior?

This PR standardizes class naming to the plural form, as recommended in #1176.

What is the new behavior?

Changes:

  • Updated UserService to UsersService in prisma.md and other similar cases.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Fixes #1176
Fixes #3220

@kamilmysliwiec kamilmysliwiec merged commit c838bb9 into nestjs:master Mar 7, 2025
4 checks passed
@kamilmysliwiec
Copy link
Member

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent class naming (follow-up to #1176) Class naming inconsistencies: singular vs plural

2 participants