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

Commit af641f9

Browse files
authored
Update readme.md
fixed typo
1 parent c5c2b04 commit af641f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

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

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

0 commit comments

Comments
 (0)