Skip to content

fix: typos, grammar, spelling, style & format#4104

Merged
Siumauricio merged 8 commits intoDokploy:canaryfrom
nktnet1:typo-fix
Apr 3, 2026
Merged

fix: typos, grammar, spelling, style & format#4104
Siumauricio merged 8 commits intoDokploy:canaryfrom
nktnet1:typo-fix

Conversation

@nktnet1
Copy link
Copy Markdown
Contributor

@nktnet1 nktnet1 commented Mar 29, 2026

What is this PR about?

Please describe in a short paragraph what this PR is about.

Checklist

Before submitting this PR, please make sure that:

  • You created a dedicated branch based on the canary branch.
  • You have read the suggestions in the CONTRIBUTING.md file https://github.com/Dokploy/dokploy/blob/canary/CONTRIBUTING.md#pull-request
  • You have tested this PR in your local instance. If you have not tested it yet, please do so before submitting. This helps avoid wasting maintainers' time reviewing code that has not been verified by you.

Greptile Summary

This PR is a large-scale typo, grammar, spelling, and style cleanup across 80 files. The vast majority of changes are correct and beneficial — fixing misspelled variable names (acummulativeDataaccumulativeData, destionationIddestinationId, containersLenghtcontainersLength), exported function names (createDestintationcreateDestination, canPeformDeleteServicecanPerformDeleteService, getEnviromentVariablesObjectgetEnvironmentVariablesObject), file renames (sevice-volumes-from.test.ts, colums.tsx, show-enviroment.tsx, welcome-suscription.tsx, cancell-deployments.ts), and user-facing text corrections (occuredoccurred, prefferedpreferred, intransferiblenontransferable).

One fix introduces a new error: \"slugish\" was corrected to \"sluggish\" in the GitLab provider placeholders (add-gitlab-provider.tsx and edit-gitlab-provider.tsx). The original text was attempting to say "slug name" (a URL-safe group identifier), but \"sluggish\" means slow or inactive, which is semantically wrong. This should be corrected to \"slug\" or \"slug/path\".

Confidence Score: 4/5

Safe to merge after correcting the "sluggish" placeholder text in the two GitLab provider files.

Nearly all 80 files contain correct and valuable fixes. One introduced regression: "slugish" was changed to "sluggish" (slow/inactive) instead of the intended "slug" (URL-safe identifier) in two GitLab provider UI placeholders. This is a P1 content defect that makes the UI misleading for users configuring GitLab group access.

apps/dokploy/components/dashboard/settings/git/gitlab/add-gitlab-provider.tsx and edit-gitlab-provider.tsx — incorrect "sluggish" placeholder text.

Reviews (1): Last reviewed commit: "stlye: format and lint" | Re-trigger Greptile

Greptile also left 2 inline comments on this PR.

@nktnet1 nktnet1 changed the title fix: further typos fix: typos in various dokploy packages and source code Mar 29, 2026
@nktnet1 nktnet1 changed the title fix: typos in various dokploy packages and source code fix: typos, grammar, spelling, style & format Mar 29, 2026
@nktnet1 nktnet1 marked this pull request as ready for review March 29, 2026 22:39
@nktnet1 nktnet1 requested a review from Siumauricio as a code owner March 29, 2026 22:39
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Mar 29, 2026
nktnet1 and others added 4 commits March 30, 2026 09:52
Update apps/dokploy/components/dashboard/settings/git/gitlab/add-gitlab-provider.tsx

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Update apps/dokploy/components/dashboard/settings/git/gitlab/edit-gitlab-provider.tsx

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
@Siumauricio Siumauricio merged commit 6dfa762 into Dokploy:canary Apr 3, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants