Update symlinks.rst: Minor typo correction.

out -> our
admin-icon
Jet Sun 2014-09-19 12:12:08 -07:00
parent 358ae182a4
commit f76a1d48b4
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ How we use symlinks
Read the Docs stays highly available by serving all documentation pages out of nginx.
This means that they never hit our Python layer,
meaning that they never hit out database.
meaning that they never hit our database.
This reduces the total number of servers to serve a request to 1,
each of which is redundant.