Skip to content

Commit b645183

Browse files
authored
Fix typo
1 parent 6a49c23 commit b645183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/GenerateDocumentationTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function console_command_does_not_work_with_closure_using_dingo()
9494
}
9595

9696
/** @test */
97-
public function console_command_work_with_rotes_uses_array()
97+
public function console_command_work_with_routes_uses_array()
9898
{
9999
RouteFacade::get('/api/array/test', [TestController::class, 'withEndpointDescription']);
100100

@@ -106,7 +106,7 @@ public function console_command_work_with_rotes_uses_array()
106106
}
107107

108108
/** @test */
109-
public function console_command_work_with_dingo_rotes_uses_array()
109+
public function console_command_work_with_dingo_routes_uses_array()
110110
{
111111
$api = app(\Dingo\Api\Routing\Router::class);
112112
$api->version('v1', function ($api) {

0 commit comments

Comments
 (0)