diff options
| author | Agnieszka Lasyk <agnieszkalasyk@agalasyk.local> | 2015-11-15 13:05:15 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-16 06:44:14 -0500 |
| commit | 1f8dad69158a96d0649d321ce08ecc9c0465f962 (patch) | |
| tree | 17f36d2f6aa0b212eebb3a5f51e2ba27753f8a00 /docs/misc | |
| parent | 53326e2c8ab92195be6b65120254be77cbf47c26 (diff) | |
Fixed #25755 -- Unified spelling of "website".
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. |
