Skip to content

Commit 52fba6c

Browse files
committed
Addressed feedback
1 parent 550ba12 commit 52fba6c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/src/getting_started/changelogs/Changelogs.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function Authentication() {
2323
<li> Changed POST linode/instances/:id/configs
2424
<ul>
2525
<li> Removed root_device_ro </li>
26-
<li> Now accepts "helpers", a dict containing accepting any/all of "updatedb_disabled",
26+
<li> Now accepts "helpers", a dict accepting any/all of "updatedb_disabled",
2727
"distro", "modules_dep", "network", and "devtmpfs_automount" </li>
2828
<li> Removed devtmpfs_automount (now in helpers envelope) </li>
2929
</ul>
@@ -57,8 +57,6 @@ export default function Authentication() {
5757
<li> Moved "disk", "memory", "storage", "transfer_total", and "vcpus" into a
5858
"specs" envelope </li>
5959
<li> transfer_total => transfer in linode specs </li>
60-
<li> Moved "transfer_in", "transfer_out", and "transfer_quota" into a "transfer"
61-
envelope within the "alerts" envelope </li>
6260
<li> transfer_in => network_in </li>
6361
<li> transfer_out => network_out </li>
6462
</ul>
@@ -103,7 +101,7 @@ export default function Authentication() {
103101
<li> Collection of authorized third-party applications </li>
104102
</ul>
105103
</li>
106-
<li> OAuthClient now has a "public" attributre
104+
<li> OAuthClient now has a "public" attribute
107105
<ul>
108106
<li> "public" is an optional argument to POST account/clients that defaults to False </li>
109107
</ul>

0 commit comments

Comments
 (0)