Skip to content

Commit 7c4ae09

Browse files
authored
MINOR: Fix a typo in connect.html (#21076)
Fixes a small typo in connect.html. Reviewers: Andrew Schofield <[email protected]>
1 parent 13c89e8 commit 7c4ae09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/connect.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ <h5><a id="connect_predicates" href="#connect_predicates">Predicates</a></h5>
198198
<li><code>predicates.$alias.$predicateSpecificConfig</code> - Configuration properties for the predicate.</li>
199199
</ul>
200200

201-
<p>All transformations have the implicit config properties <code>predicate</code> and <code>negate</code>. A predicular predicate is associated with a transformation by setting the transformation's <code>predicate</code> config to the predicate's alias. The predicate's value can be reversed using the <code>negate</code> configuration property.</p>
201+
<p>All transformations have the implicit config properties <code>predicate</code> and <code>negate</code>. A particular predicate is associated with a transformation by setting the transformation's <code>predicate</code> config to the predicate's alias. The predicate's value can be reversed using the <code>negate</code> configuration property.</p>
202202

203203
<p>For example, suppose you have a source connector which produces messages to many different topics and you want to:</p>
204204
<ul>

0 commit comments

Comments
 (0)