From 473b12479cdb0e0f4b3067d59cfb7eab5d783cee Mon Sep 17 00:00:00 2001 From: Austin Raney Date: Fri, 24 May 2024 15:15:36 -0400 Subject: [PATCH] doc: grammar --- python/ngen_cal/src/ngen/cal/_hookspec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ngen_cal/src/ngen/cal/_hookspec.py b/python/ngen_cal/src/ngen/cal/_hookspec.py index 515f6bb5..8d3eb6a8 100644 --- a/python/ngen_cal/src/ngen/cal/_hookspec.py +++ b/python/ngen_cal/src/ngen/cal/_hookspec.py @@ -18,7 +18,7 @@ def ngen_cal_configure(config: General) -> None: Called before calibration begins. This allow plugins to perform initial configuration. - Plugins should configuration data should be provided using the + Plugins' configuration data should be provided using the `plugins_settings` field in the `ngen.cal` configuration file. By convention, the name of the plugin should be used as top level key in the `plugin_settings` dictionary.