From 2f7628756b953fa35d8f7a91fec1018a55cac43b Mon Sep 17 00:00:00 2001 From: Elliot Ford Date: Thu, 30 Nov 2023 15:08:14 +0000 Subject: [PATCH] missing 'and' in docs --- website/docs/advanced/compose_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/advanced/compose_api.md b/website/docs/advanced/compose_api.md index e7bbaff79b..f73b341e38 100644 --- a/website/docs/advanced/compose_api.md +++ b/website/docs/advanced/compose_api.md @@ -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 @hydra.main() all three support the [version_base](../upgrades/version_base.md) parameter to define the compatibility level to use.