Skip to content

Commit 0827acf

Browse files
committed
Addressed feedback
1 parent 36e1f53 commit 0827acf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/getting_started/changelogs/Changelogs.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ export default function Authentication() {
2323
<ul>
2424
<li>Removed POST /profile/password</li>
2525
<li>Removed POST /account/users/:username/password</li>
26-
<li>To change your password, use the provided password reset features</li>
26+
<li>To reset your password, use manager.linode.com</li>
2727
</ul>
2828
</li>
2929
</ul>
3030
<b>Features:</b><br />
3131
<ul>
32-
<li>Add support for refresh tokens
32+
<li>Added support for refresh tokens
3333
<ul>
3434
<li>Apps with an activce refresh token are returned in GET /profile/apps</li>
35-
<li>Revoking an apps access to your account expires any refresh tokens it has</li>
35+
<li>Revoking an app's access to your account expires any refresh tokens it has</li>
3636
</ul>
3737
</li>
3838
</ul>

0 commit comments

Comments
 (0)