Skip to content

Commit

Permalink
docs: fix spelling (#7166)
Browse files Browse the repository at this point in the history
  • Loading branch information
antquinonez committed Mar 23, 2022
1 parent 0f75e1a commit 4f91896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/concepts/ops-jobs-graphs/ops.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ All definitions in dagster expose a `config_schema`, making them configurable an

Op definitions can specify a `config_schema` for the op's configuration. The configuration is accessible through the [op context](#op-context) at runtime. Therefore, op configuration can be used to specify op behavior at runtime, making ops more flexible and reusable.

For example, we can define an op where the API endpoint it queries is define through it's configuration:
For example, we can define an op where the API endpoint it queries is defined through its configuration:

```python file=/concepts/solids_pipelines/solids.py startafter=start_configured_op_marker endbefore=end_configured_op_marker
@op(config_schema={"api_endpoint": str})
Expand Down

1 comment on commit 4f91896

@vercel
Copy link

@vercel vercel bot commented on 4f91896 Mar 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.