Skip to content

Commit

Permalink
[docs/azure] fix typos (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier committed May 18, 2023
1 parent 705bdb7 commit 9791de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/backends/azure.rst
Expand Up @@ -91,7 +91,7 @@ The following settings should be set within the standard Django
configuration file, usually `settings.py`.

Set the default storage (i.e: for media files) and the static storage
(i.e: fo static files) to use the azure backend::
(i.e: for static files) to use the Azure backend::

# django < 4.2
DEFAULT_FILE_STORAGE = 'storages.backends.azure_storage.AzureStorage'
Expand Down Expand Up @@ -155,7 +155,7 @@ The following settings are available:

``AZURE_ENDPOINT_SUFFIX``

Defaults to ``core.windows.net``. Use ``core.chinacloudapi.cn`` for Azure.cn accounts.
Defaults to ``core.windows.net``. Use ``core.chinacloudapi.cn`` for azure.cn accounts.

``AZURE_CUSTOM_DOMAIN``

Expand Down

0 comments on commit 9791de2

Please sign in to comment.