Skip to content

Commit

Permalink
Fixed spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinByrne committed Nov 8, 2020
1 parent 3cce30e commit 9c136ec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/MealController.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function store(StoreMealRequest $request)
}

/**
* Show all the individual meal
* Show the specified meal
*
* @param \App\Models\Meal $meal
* @return \Illuminate\Http\Response
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/PermissionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function store(StorePermissionRequest $request)
}

/**
* Show all the individual permission
* Show the specified permission
*
* @param \App\Models\Permission $permission
* @return \Illuminate\Http\Response
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/RoleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function store(StoreRoleRequest $request)
}

/**
* Show all the individual role
* Show the specified role
*
* @param \App\Models\Role $role
* @return \Illuminate\Http\Response
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/ServingController.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function store(StoreServingRequest $request)
}

/**
* Show all the individual serving
* Show the specified serving
*
* @param \App\Models\Serving $serving
* @return \Illuminate\Http\Response
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/TimingController.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function store(StoreTimingRequest $request)
}

/**
* Show all the individual timing
* Show the specified timing
*
* @param \App\Models\Timing $timing
* @return \Illuminate\Http\Response
Expand Down

0 comments on commit 9c136ec

Please sign in to comment.