From 1f8dad69158a96d0649d321ce08ecc9c0465f962 Mon Sep 17 00:00:00 2001 From: Agnieszka Lasyk Date: Sun, 15 Nov 2015 13:05:15 +0100 Subject: Fixed #25755 -- Unified spelling of "website". --- docs/misc/design-philosophies.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/misc') 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. -- cgit v1.3