Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBacon committed Nov 28, 2024
1 parent 8da2d4b commit e8a7d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/validate/validate_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async def validate(
warnings or failures, the message field will contain details of what has
been detected.
To avoid server timeouts and database locks,you are advised to submit
To avoid server timeouts and database locks, you are advised to submit
records in modest chunks e.g. 100 records. No limit is currently imposed
but this may change in future. """

Expand Down
2 changes: 1 addition & 1 deletion app/verify/verify_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async def verify(db: DbDependency, env: EnvDependency, data: VerifyPack):
all rules of the org_group org you can select from ['tenkm', 'phenology',
'period', 'additional'].
To avoid server timeouts and database locks,you are advised to submit
To avoid server timeouts and database locks, you are advised to submit
records in modest chunks e.g. 100 records. No limit is currently imposed
but this may change in future. """

Expand Down

0 comments on commit e8a7d42

Please sign in to comment.