Skip to content

Commit 8d80c15

Browse files
committed
Made the linter happy
1 parent 52fba6c commit 8d80c15

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/src/getting_started/changelogs/Changelogs.js

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,38 +24,38 @@ export default function Authentication() {
2424
<ul>
2525
<li> Removed root_device_ro </li>
2626
<li> Now accepts "helpers", a dict accepting any/all of "updatedb_disabled",
27-
"distro", "modules_dep", "network", and "devtmpfs_automount" </li>
27+
"distro", "modules_dep", "network", and "devtmpfs_automount" </li>
2828
<li> Removed devtmpfs_automount (now in helpers envelope) </li>
2929
</ul>
3030
</li>
3131
<li> Changed POST linode/instances/:id/disks
3232
<ul>
3333
<li> root_ssh_key changed to "authorized_keys", now accepts a list of keys instead
34-
of a single string key </li>
34+
of a single string key </li>
3535
</ul>
3636
</li>
3737
<li> Changed POST linode/instances
3838
<ul>
3939
<li> root_ssh_key changed to "authorized_keys", now accepts a list of keys instead
40-
of a single string key </li>
40+
of a single string key </li>
4141
</ul>
4242
</li>
4343
<li> Changed POST linode/instances/:id/rebuild
4444
<ul>
4545
<li> root_ssh_key changed to "authorized_keys", now accepts a list of keys instead
46-
of a single string key </li>
46+
of a single string key </li>
4747
</ul>
4848
</li>
4949
<li> Changed POST linode/instances/:id/rescue
5050
<ul>
5151
<li> disks changed to "devices", now accepts device mappings in the same format
52-
as POST linode/instances/:id/configs </li>
52+
as POST linode/instances/:id/configs </li>
5353
</ul>
5454
</li>
5555
<li> Changed Linode object
5656
<ul>
5757
<li> Moved "disk", "memory", "storage", "transfer_total", and "vcpus" into a
58-
"specs" envelope </li>
58+
"specs" envelope </li>
5959
<li> transfer_total => transfer in linode specs </li>
6060
<li> transfer_in => network_in </li>
6161
<li> transfer_out => network_out </li>
@@ -90,7 +90,7 @@ export default function Authentication() {
9090
<ul>
9191
<li> Endpoint moved to account/oauth-clients </li>
9292
<li> Collection now allows access to all clients for all users on your account
93-
if you are an unrestricted user </li>
93+
if you are an unrestricted user </li>
9494
</ul>
9595
</li>
9696
</ul>
@@ -103,7 +103,8 @@ export default function Authentication() {
103103
</li>
104104
<li> OAuthClient now has a "public" attribute
105105
<ul>
106-
<li> "public" is an optional argument to POST account/clients that defaults to False </li>
106+
<li> "public" is an optional argument to POST account/clients that
107+
defaults to False </li>
107108
</ul>
108109
</li>
109110
<li> Added POST account/credit-card
@@ -127,7 +128,7 @@ export default function Authentication() {
127128
<li> Now always one of "ready", "not ready", or "deleting" </li>
128129
</ul>
129130
</li>
130-
</ul>
131+
</ul>
131132
</section>
132133
<section>
133134
<h2>2017-09-18</h2>

0 commit comments

Comments
 (0)