Skip to content

Commit 768a4ed

Browse files
committed
fix typo in tutorial/expire-data.txt
1 parent dbbb35b commit 768a4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorial/expire-data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ in seconds to create an expiring collection. TTL collections set the
3232
:collflag:`usePowerOf2Sizes` collection flag, which means MongoDB must
3333
allocate more disk space relative to data size. This approach helps
3434
mitigate the possibility of storage fragmentation caused by frequent
35-
delete operations and leads to more predictable storage use patters.
35+
delete operations and leads to more predictable storage use patterns.
3636

3737
Constraints
3838
-----------

0 commit comments

Comments
 (0)