Explorar o código

Fix typo in the spelling of "running"

Running is wrongly spelt as runing
Elusoji sodeeq %!s(int64=5) %!d(string=hai) anos
pai
achega
7363bb407c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/description.md

+ 1 - 1
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.