Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Riezebos authored and skrawcz committed Sep 10, 2024
1 parent 123c28b commit 553afc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/reference/result-builders/Custom.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=====================
Custom ResuiltBuilder
Custom ResultBuilder
=====================

If you have a use case for a custom ResuiltBuilder, tell us on `Slack <https://join.slack.com/t/hamilton-opensource/shared\_invite/zt-1bjs72asx-wcUTgH7q7QX1igiQ5bbdcg>`_
If you have a use case for a custom ResultBuilder, tell us on `Slack <https://join.slack.com/t/hamilton-opensource/shared\_invite/zt-1bjs72asx-wcUTgH7q7QX1igiQ5bbdcg>`_
or via a `GitHub issues <https://github.com/DAGWorks-Inc/hamilton/issues/new?assignees=&labels=&projects=&template=feature_request.md&title=>`__. Knowing about your use case and talking through help ensures we aren't duplicating effort, and that it'll be using part of the API we don't intend to change.

What you need to do
Expand Down
2 changes: 1 addition & 1 deletion hamilton/io/materialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ class Extract(metaclass=extractor_meta__):

class from_(Extract):
"""This is the entry point for Extraction. Note that this is coupled
with the driver's materialiez function -- properties are dynamically assigned
with the driver's materialize function -- properties are dynamically assigned
based on data loaders that have been registered, allowing you to call `from_.csv`/`from_.json`.
For full documentation, see the documentation for the `materialize` function in the hamilton
driver.
Expand Down

0 comments on commit 553afc8

Please sign in to comment.