From 7363bb407cec9fb711c8f2912d9a8e9fae6e73f8 Mon Sep 17 00:00:00 2001 From: Elusoji sodeeq Date: Wed, 4 Mar 2020 10:20:10 +0100 Subject: [PATCH] Fix typo in the spelling of "running" Running is wrongly spelt as runing --- docs/description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/description.md b/docs/description.md index 8d0da4be..60297f5e 100644 --- a/docs/description.md +++ b/docs/description.md @@ -1,6 +1,6 @@ # How This Works -After installing this package and runing the command `php artisan apidoc:generate` in your application, here's what happens: +After installing this package and running the command `php artisan apidoc:generate` in your application, here's what happens: - The package fetches all your application's routes. - It looks through your [configuration file](config.md) to filter the routes to the ones you actually want to document. For each route, it retrieves the settings you want to apply to it, if any.