mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 23:57:11 -04:00
[PR #121] [MERGED] docs: fix typos across documentation and code comments #169
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/pentagi/pull/121
Author: @mason5052
Created: 2/22/2026
Status: ✅ Merged
Merged: 2/22/2026
Merged by: @asdek
Base:
feature/project_improvements← Head:docs/fix-typos-and-grammar📝 Commits (1)
4bb9ca3docs: fix typos across documentation and code comments📊 Changes
9 files changed (+18 additions, -18 deletions)
View changed files
📝
EULA.md(+1 -1)📝
README.md(+2 -2)📝
backend/docs/config.md(+10 -10)📝
backend/docs/installer/processor-wizard-integration.md(+0 -0)📝
backend/docs/installer/terminal-wizard-integration.md(+0 -0)📝
backend/pkg/server/auth/auth_middleware.go(+1 -1)📝
backend/pkg/server/services/auth.go(+3 -3)📝
backend/pkg/server/services/screenshots.go(+0 -0)📝
frontend/README.md(+1 -1)📄 Description
Description of the Change
Problem
Multiple typos, inconsistent capitalization, and misspelled filenames across the PentAGI documentation and code:
GITHUB_CLIENT_ID/GOOGLE_CLIENT_IDdon't match the actual env vars used in .env.example and docker-compose.yml (OAUTH_GITHUB_CLIENT_ID/OAUTH_GOOGLE_CLIENT_ID)sreenshots.go,processor-wizard-integation.md,terminal-wizard-integation.mdSolution
Type of Change
Areas Affected
Testing and Verification
Test Configuration
Test Steps
Test Results
Security Considerations
No security implications. Changes are limited to documentation, comments, error messages, and file renames.
Performance Impact
None. No functional code changes.
Deployment Notes
No special deployment considerations. File renames (
sreenshots.go->screenshots.go, etc.) may require updating any internal references, but no such references were found in the codebase.Checklist
Code Quality
go fmtandgo vet(for Go code)Security
Compatibility
Documentation
Additional Notes
Files changed (9):
EULA.md-- Fix "Depp Infra" -> "Deep Infra", "Traversal" -> "Traversaal"README.md-- Fix OAuth env var names to match actual configbackend/docs/config.md-- Fix "PentAGi" -> "PentAGI" (10 occurrences)backend/pkg/server/auth/auth_middleware.go-- Fix "pemissions" -> "permissions"backend/pkg/server/services/auth.go-- Fix "applacation" -> "application" (3 occurrences)backend/pkg/server/services/sreenshots.go->screenshots.go(rename)backend/docs/installer/processor-wizard-integation.md->processor-wizard-integration.md(rename)backend/docs/installer/terminal-wizard-integation.md->terminal-wizard-integration.md(rename)frontend/README.md-- Fix "PegtAGI" -> "PentAGI"🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.