mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
load order docs: clarify unclear wording
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user