Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit b3f6c3e

Browse files
authored
Merge pull request #13 from imrealashu/master
Update readme.md
2 parents d2db2ab + 42eb0e0 commit b3f6c3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ components, currenly holds the `ServiceProvider` which is the link between the s
306306
You might never need or use this directory for anything else, but in case you encountered a case where a class
307307
needs to be shared across all components and does belong in any, feel free to use this one.
308308

309-
Evey service must be registered inside the foundation's service provider after being created for laravel to know about it,
309+
Every service must be registered inside the foundation's service provider after being created for laravel to know about it,
310310
simply add `$this->app->register([service name]ServiceProvider::class);` to the `register` methods of the
311311
foundation's `ServiceProvider`. For example, with an Api Service:
312312

@@ -363,7 +363,7 @@ The **Api** directory will initially contain the following directories:
363363

364364
```
365365
src/Services/Api
366-
├── Console # Eveything that has to do with the Console (i.e. Commands)
366+
├── Console # Everything that has to do with the Console (i.e. Commands)
367367
├── Features # Contains the Api's Features classes
368368
├── Http # Routes, controllers and middlewares
369369
├── Providers # Service providers and binding

0 commit comments

Comments
 (0)