docs: use proper case in styleguide sentence (#32039)

PR Close #32039
This commit is contained in:
Simon Kurtz 2019-08-07 10:38:07 -04:00 committed by Alex Rickabaugh
parent e5a89e047c
commit 8af2cc1efe
1 changed files with 1 additions and 1 deletions

View File

@ -1670,7 +1670,7 @@ keep the **F**lattest structure you can, and
**Why?** LIFT Provides a consistent structure that scales well, is modular, and makes it easier to increase developer efficiency by finding code quickly.
**Why?** LIFT provides a consistent structure that scales well, is modular, and makes it easier to increase developer efficiency by finding code quickly.
To confirm your intuition about a particular structure, ask:
_can I quickly open and start work in all of the related files for this feature_?