Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsawadye authored Aug 25, 2023
1 parent de84e0f commit 8f751a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const checkAppExists = async (ctx, appId) => {
return app
}

// Creates error response operations create, read, update and delete
// Creates error response for operations create, read, update and delete
const createErrorResponse = (ctx, operation, error) => {
logger.error(`Could not ${operation} an app via the API: ${error.message}`)

Expand Down

0 comments on commit 8f751a8

Please sign in to comment.