Skip to content

Commit

Permalink
docs: fix typo in job/graph concepts page (#7172)
Browse files Browse the repository at this point in the history
  • Loading branch information
antquinonez committed Mar 23, 2022
1 parent bcc1fd7 commit 070610d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/concepts/ops-jobs-graphs/jobs-graphs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def do_stuff():
add_one(return_five())
```

When a defining job, you can provide [resources](/concepts/resources), [configuration](/concepts/configuration/config-schema), [hooks](/concepts/ops-jobs-graphs/op-hooks), tags, and an [executor](/deployment/executors) (follow the links for explanation of how to use each of these).
When defining a job, you can provide [resources](/concepts/resources), [configuration](/concepts/configuration/config-schema), [hooks](/concepts/ops-jobs-graphs/op-hooks), tags, and an [executor](/deployment/executors) (follow the links for explanation of how to use each of these).

### From a graph

Expand Down

1 comment on commit 070610d

@vercel
Copy link

@vercel vercel bot commented on 070610d 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.