Skip to content

Commit a8c643e

Browse files
lipsillChristoph Büscher
authored and
Christoph Büscher
committed
[Docs] Fix a typo in Create Index naming limitation (#30891)
1 parent 4522b57 commit a8c643e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/indices/create-index.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ There are several limitations to what you can name your index. The complete lis
2323
- Cannot include `\`, `/`, `*`, `?`, `"`, `<`, `>`, `|`, ` ` (space character), `,`, `#`
2424
- Indices prior to 7.0 could contain a colon (`:`), but that's been deprecated and won't be supported in 7.0+
2525
- Cannot start with `-`, `_`, `+`
26-
- Cannot be `.` or ``..`
26+
- Cannot be `.` or `..`
2727
- Cannot be longer than 255 bytes (note it is bytes, so multi-byte characters will count towards the 255 limit faster)
2828
2929
======================================================

0 commit comments

Comments
 (0)