diff --git a/site/docs/tutorial/sql_to_substrait.md b/site/docs/tutorial/sql_to_substrait.md index 6b7986522..9b38cba33 100644 --- a/site/docs/tutorial/sql_to_substrait.md +++ b/site/docs/tutorial/sql_to_substrait.md @@ -15,7 +15,7 @@ them. Substrait is currently only defined with Protobuf. The JSON provided here is the Protobuf JSON output, but it is *not* the official Substrait text format. Eventually, Substrait will define it's own human-readable text format, but for now this - tutorial will make due with what Protobuf provides. + tutorial will make do with what Protobuf provides. Substrait is designed to communicate plans (mostly logical plans). Those plans contain types, schemas, expressions, extensions, and relations. We'll look at