Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dragazo authored Sep 28, 2024
1 parent a032f6c commit e1f5fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/procedures/roboscape/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const routes = [
customMiddleware: [isRobotOwner],
Handler: function (req) {
const { _id } = req.params;
// NOTE if using robotId => lowecase
// NOTE if using robotId => lowercase
return RoboscapeCol.findById(_id);
},
},
Expand Down

0 comments on commit e1f5fb6

Please sign in to comment.