Skip to content

Commit

Permalink
[Docs] Fix a typo in Create Index naming limitation (#30891)
Browse files Browse the repository at this point in the history
  • Loading branch information
lipsill authored and Christoph Büscher committed Jun 1, 2018
1 parent 1f4e775 commit 01c0654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/indices/create-index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ There are several limitations to what you can name your index. The complete lis
- Cannot include `\`, `/`, `*`, `?`, `"`, `<`, `>`, `|`, ` ` (space character), `,`, `#`
- Indices prior to 7.0 could contain a colon (`:`), but that's been deprecated and won't be supported in 7.0+
- Cannot start with `-`, `_`, `+`
- Cannot be `.` or ``..`
- Cannot be `.` or `..`
- Cannot be longer than 255 bytes (note it is bytes, so multi-byte characters will count towards the 255 limit faster)
======================================================
Expand Down

0 comments on commit 01c0654

Please sign in to comment.