Skip to content

Commit

Permalink
Fix 'proceses' typo (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
vprivat-ads authored Jun 28, 2024
1 parent accb819 commit db0dc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygeoapi/api/processes.py
Original file line number Diff line number Diff line change
Expand Up @@ -741,4 +741,4 @@ def get_oas_30(cfg: dict, locale: str) -> tuple[list[dict[str, str]], dict[str,
}
}

return [{'name': 'proceses'}, {'name': 'jobs'}], {'paths': paths}
return [{'name': 'processes'}, {'name': 'jobs'}], {'paths': paths}

0 comments on commit db0dc50

Please sign in to comment.