We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349a684 commit ee03890Copy full SHA for ee03890
1 file changed
README.md
@@ -114,7 +114,7 @@ You can configure the behaviour by passing parameters to a VIRTUAL TABLE.
114
115
**Any other parameter will be included as an HTTP header in the request**
116
117
-You ca use environment variable in the param values. Example:
+You can use environment variables in parameter values. For example:
118
119
```sql
120
CREATE VIRTUAL TABLE temp.custom_request USING http_request(authorization='Bearer ${API_TOKEN}');
0 commit comments