Skip to content

Commit

Permalink
upd docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jahudka committed Aug 24, 2023
1 parent 89575bf commit bf89fc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user/03-services-and-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ factory.

Services registered this way will not have a public service ID. They will have
autogenerated string identifiers beginning with a `#` character, but you're
strongly discouraged from using them, because they're a product of the
strongly discouraged from using these, because they're a product of the
compilation process and can change at any time, even between compilations in
some cases. Instead, you should rely on injection to get instances of these
services. You know, the thing you're using this library for.
Expand All @@ -46,8 +46,8 @@ more service hooks, you can export a _service definition_ from a resource file.
> need to register a given service multiple times, you must provide explicit
> definitions for each registration.
As briefly mentioned before, a service definition is a special `satisfies`
expression. This is what it looks like:
As briefly mentioned before, an explicit service definition is a special
`satisfies` expression. This is what it looks like:

```typescript
import { ServiceDefinition } from 'dicc';
Expand Down

0 comments on commit bf89fc5

Please sign in to comment.