diff --git a/source/faq/developers.txt b/source/faq/developers.txt index 76342aa0d26..93b8e54e0af 100644 --- a/source/faq/developers.txt +++ b/source/faq/developers.txt @@ -149,7 +149,7 @@ MongoDB aggressively preallocates data files to reserve space and avoid file system fragmentation. You can use the :setting:`smallfiles` flag to modify the file prealocation strategy. -.. seealso:: This wiki page that address :wiki:`MongoDB disk use `. +.. seealso:: This wiki page that address :wiki:`MongoDB disk use `. How does MongoDB address SQL or Query injection? ------------------------------------------------