Skip to content

Commit

Permalink
feat(docs): improve grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Jan 11, 2024
1 parent 11fc40d commit f11fc11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/architecture-concepts/application-lifecycle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Some other operation will be done when loading the foundation, such as:
:::note

The process of loading the Athenna foundation is triggered by the
`Ignite.load` method.
`Ignite.load()` method.

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/architecture-concepts/service-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ The following environments are available by default in Athenna at this moment:
- console

You could also create your own environments. In your `Path.bootstrap('main.ts')` file
you can add an `environments` option when calling `Ignite.load` method:
you can add an `environments` option when calling `Ignite.load()` method:

```typescript
import { Ignite } from '@athenna/core'
Expand Down

0 comments on commit f11fc11

Please sign in to comment.