Skip to content

Commit dae32fd

Browse files
authored
Fix typo in quality rules message
1 parent e085a54 commit dae32fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dqx/docs/reference/quality_rules.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ For brevity, the `name` field in the examples is omitted, meaning it will be aut
306306
function: sql_expression
307307
arguments:
308308
expression: col3 >= col2 and col3 <= 10
309-
msg: ol3 is less than col2 and col3 is greater than 10
309+
msg: col3 is less than col2 and col3 is greater than 10
310310
name: custom_output_name
311311
negate: false
312312
```

0 commit comments

Comments
 (0)