@@ -25,7 +25,7 @@ Settings
25
25
Retry settings for recoverable failures during firmware upgrades.
26
26
27
27
By default if an upgrade operation fails before the firmware is flashed
28
- (eg : because of a network issue during the upload of the image), the
28
+ (e.g. : because of a network issue during the upload of the image), the
29
29
upgrade operation will be retried 4 more times with an exponential random
30
30
backoff and a maximum delay of 10 minutes.
31
31
@@ -98,7 +98,7 @@ in upgrades.
98
98
============ ============================
99
99
100
100
This setting can be used to set the maximum size limit for firmware
101
- images, eg :
101
+ images, e.g. :
102
102
103
103
.. code-block :: python
104
104
@@ -128,7 +128,7 @@ Indicates whether the API for Firmware Upgrader is enabled or not.
128
128
**default **: ``{} ``
129
129
============ ========
130
130
131
- Allows changing the default OpenWrt upgrader settings, eg :
131
+ Allows changing the default OpenWrt upgrader settings, e.g. :
132
132
133
133
.. code-block :: python
134
134
@@ -160,10 +160,10 @@ Allows changing the default OpenWrt upgrader settings, eg:
160
160
**default **: ``/ `` (points to same server)
161
161
============ =============================
162
162
163
- If you have a seperate instance of openwisp-firmware-upgrader API on a
163
+ If you have a separate instance of OpenWISP Firmware Upgrader API on a
164
164
different domain, you can use this option to change the base of the image
165
- download url , this will enable you to point to your API server's domain,
166
- example value : ``https://myfirmware.myapp .com ``.
165
+ download URL , this will enable you to point to your API server's domain,
166
+ e.g. : ``https://api.myservice .com ``.
167
167
168
168
.. _openwisp_firmware_upgraders_map :
169
169
0 commit comments