Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaley committed Oct 20, 2023
1 parent eadb90a commit 5fb9743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/mirage/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export default function (mirageConfig) {
return new Response(200, {}, project.attrs);
});

// Fetch a product's related resources
// Fetch a project's related resources
this.put("/projects/:project_id", (schema, request) => {
let project = schema.projects.findBy({
id: request.params.project_id,
Expand Down

0 comments on commit 5fb9743

Please sign in to comment.