Skip to content

Commit

Permalink
missing 'and' in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EFord36 authored and odelalleau committed Nov 30, 2023
1 parent 809718c commit 2f76287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/advanced/compose_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ There are 3 initialization methods:

All 3 can be used as methods or contexts.
When used as methods, they are initializing Hydra globally and should only be called once.
When used as contexts, they are initializing Hydra within the context can be used multiple times.
When used as contexts, they are initializing Hydra within the context and can be used multiple times.
Like <b>@hydra.main()</b> all three support the [version_base](../upgrades/version_base.md) parameter
to define the compatibility level to use.

Expand Down

0 comments on commit 2f76287

Please sign in to comment.