Skip to content

Commit ca01ba6

Browse files
authored
Apply suggestions from code review
1 parent 0fcc0cc commit ca01ba6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/cluster/integrations/mongo-cdc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ your MongoDB data based on the selected settings.
230230

231231
### Column Name Restrictions
232232

233-
Column or property names containing square brackets (`[]`) are not supported and
233+
Column or property names containing square brackets `[]` are not supported and
234234
are replaced with `_obkt_` and `_cbkt_` respectively. Likewise, column
235-
names containing dots (`.`) are not supported and are replaced with `_dot_`.
235+
names containing dots `.` are not supported and are replaced with `_dot_`.
236236

237237
:::{warning}
238238
This behavior may change in future releases.

0 commit comments

Comments
 (0)