Fix typo in write_todos methodology instructions (#13411)

This commit is contained in:
Smetalo
2025-11-20 00:29:12 +01:00
committed by GitHub
parent b2a2ea3633
commit 0f845407f1
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ export const DEFAULT_CONFIG_PARAMETERS: ConfigParameters = {
};
/**
* Produces a config. Default paramters are set to
* Produces a config. Default parameters are set to
* {@link DEFAULT_CONFIG_PARAMETERS}, optionally, fields can be specified to
* override those defaults.
*/