diff --git a/docs/client/concepts.html b/docs/client/concepts.html
index 2f24ff2089..5a7056d155 100644
--- a/docs/client/concepts.html
+++ b/docs/client/concepts.html
@@ -93,8 +93,8 @@ application are loaded according to these rules:
* Files in subdirectories are loaded before files in parent
directories, so that files in the deepest subdirectory are loaded
- first (after `lib`), and files in the root directory are loaded
- last (after `main.*`).
+ first (after `lib`), and files in the root directory are loaded last
+ (other than `main.*`).
* Within a directory, files are loaded in alphabetical order by
filename.