mirror of
https://github.com/django/django.git
synced 2025-11-19 19:24:46 +00:00
Refs #36485 -- Fixed dangling hyphen and unbalanced inline markup in docs.
This commit is contained in:
parent
6f8e23d1c1
commit
724e5ec6f2
2 changed files with 3 additions and 3 deletions
|
|
@ -191,7 +191,7 @@ If you encounter false-positives (error output that actually is correct), do
|
|||
one of the following:
|
||||
|
||||
* Surround inline code or brand/technology names with double grave accents
|
||||
(``).
|
||||
(\`\`)
|
||||
* Find synonyms that the spell checker recognizes.
|
||||
* If, and only if, you are sure the word you are using is correct - add it
|
||||
to ``docs/spelling_wordlist`` (please keep the list in alphabetical order).
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ processing-overhead perspective, than your standard
|
|||
read-a-file-off-the-filesystem server arrangement.
|
||||
|
||||
For most web applications, this overhead isn't a big deal. Most web
|
||||
applications aren't ``washingtonpost.com`` or ``slashdot.org``; they're small-
|
||||
to medium-sized sites with so-so traffic. But for medium- to high-traffic
|
||||
applications aren't ``washingtonpost.com`` or ``slashdot.org``; they're
|
||||
small-to medium-sized sites with so-so traffic. But for medium- to high-traffic
|
||||
sites, it's essential to cut as much overhead as possible.
|
||||
|
||||
That's where caching comes in.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue