diff options
Diffstat (limited to 'docs/misc')
| -rw-r--r-- | docs/misc/design-philosophies.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/misc/design-philosophies.txt b/docs/misc/design-philosophies.txt index 5a756be450..60e375718e 100644 --- a/docs/misc/design-philosophies.txt +++ b/docs/misc/design-philosophies.txt @@ -206,7 +206,7 @@ support functionality that goes beyond this basic goal. Discourage redundancy --------------------- -The majority of dynamic Web sites use some sort of common sitewide design -- +The majority of dynamic websites use some sort of common sitewide design -- a common header, footer, navigation bar, etc. The Django template system should make it easy to store those elements in a single place, eliminating duplicate code. |
