Skip to content

Commit 7720489

Browse files
committed
chore: Fixes typo in description
Fixes a typo in the description of the `use_embedded_rclone` service option. The word "Recomeneded" is corrected to "Recommended".
1 parent 6665952 commit 7720489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/routers/process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ class UnifiedStartRequest(BaseModel):
312312
"setup_email": "Email address pgAdmin4 login.",
313313
"setup_password": "Password for pgAdmin4 login.",
314314
"origin": "CORS origin for the service",
315-
"use_embedded_rclone": "If true, uses the embedded rclone for Decypharr. (Recomeneded)",
315+
"use_embedded_rclone": "If true, uses the embedded rclone for Decypharr. (Recommended)",
316316
}
317317

318318
BASIC_FIELDS = set(SERVICE_OPTION_DESCRIPTIONS.keys())

0 commit comments

Comments
 (0)