Skip to content

Commit 7bea6d8

Browse files
committed
more fix
1 parent 10a6590 commit 7bea6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def USE_PROMOS(self): # noqa
343343
ES_INDEXES = {
344344
'project': {
345345
'name': 'project_index',
346-
# We do not have much data in the project node, therefore only 1 shard with
346+
# We do not have much data in the project index, therefore only 1 shard with
347347
# 1 replica is appropriate project index
348348
'settings': {'number_of_shards': 1,
349349
'number_of_replicas': 1

0 commit comments

Comments
 (0)