Skip to content

Commit 6161386

Browse files
authored
Makes diff removed line match previous example (#56)
1 parent f0959ed commit 6161386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/docs/inertia/creating-chirps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class ChirpController extends Controller
189189
*/
190190
public function index(): Response
191191
{
192-
return 'Hello, World!';// [tl! remove]
192+
return response('Hello, World!');// [tl! remove]
193193
return Inertia::render('Chirps/Index', [// [tl! add:start]
194194
//
195195
]);// [tl! add:end]

0 commit comments

Comments
 (0)