Skip to content

Commit af3b4ff

Browse files
authored
Merge pull request #1295 from roboflow/codex/update-spelling-of-paramaters-to-parameters
Fix documentation typo
2 parents 5c9482c + 043f7a5 commit af3b4ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/workflows/modes_of_running.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Here you can find example on how to run simple workflow in Python code.
317317
],
318318
}
319319

320-
# example init paramaters for blocks - dependent on set of blocks
320+
# example init parameters for blocks - dependent on set of blocks
321321
# used in your workflow
322322
workflow_init_parameters = {
323323
"workflows_core.model_manager": model_manager,

docs/workflows/workflows_compiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ across code like this:
290290

291291
```python
292292
[...]
293-
# example init paramaters for blocks - dependent on set of blocks
293+
# example init parameters for blocks - dependent on set of blocks
294294
# used in your workflow
295295
workflow_init_parameters = {
296296
"workflows_core.model_manager": model_manager,

0 commit comments

Comments
 (0)