Browse Source

Merge remote-tracking branch 'origin/master'

shalvah 3 years ago
parent
commit
aeb59f2d7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Matching/LumenRouteAdapter.php

+ 1 - 1
src/Matching/LumenRouteAdapter.php

@@ -7,7 +7,7 @@ use Illuminate\Routing\Route;
 /**
  * Class LumenRouteAdapter.
  * Lumen routes don't extend from Laravel routes,
- * so we need this class to convert a Lmen route to a Laravel one.
+ * so we need this class to convert a Lumen route to a Laravel one.
  */
 class LumenRouteAdapter extends Route
 {