mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-11 08:55:22 +02:00
Spelling and grammar corrections
This commit is contained in:
@@ -198,7 +198,7 @@ export const composeRouter = createTRPCRouter({
|
||||
} catch (err) {
|
||||
throw new TRPCError({
|
||||
code: "BAD_REQUEST",
|
||||
message: "Error to fetch source type",
|
||||
message: "Error fetching source type",
|
||||
cause: err,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user