Skip to content

Commit

Permalink
Fix typo in query engine constructor error message (#5006)
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-tildei authored Sep 26, 2024
1 parent b43a787 commit 031f4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-engine/query-engine-node-api/src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ impl QueryEngine {
This usually happens when the javascript object passed to the constructor is missing
properties for the ConstructorOptions fields that must have some value.
If you set some of these in javascript trough environment variables, make sure there are
If you set some of these in javascript through environment variables, make sure there are
values for data_model, log_level, and any field that is not Option<T>
"###,
);
Expand Down

0 comments on commit 031f4d3

Please sign in to comment.