Skip to content

Commit 4623c1b

Browse files
committed
Fixed typo
1 parent 0827acf commit 4623c1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/getting_started/changelogs/Changelogs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function Authentication() {
3131
<ul>
3232
<li>Added support for refresh tokens
3333
<ul>
34-
<li>Apps with an activce refresh token are returned in GET /profile/apps</li>
34+
<li>Apps with an active refresh token are returned in GET /profile/apps</li>
3535
<li>Revoking an app's access to your account expires any refresh tokens it has</li>
3636
</ul>
3737
</li>
@@ -42,7 +42,7 @@ export default function Authentication() {
4242
<ul>
4343
<li>PUT /networking/ips/:address now returns the modified v6 address</li>
4444
<li>PUT /linode/instances/:id/ips/:address now returns the modified v6 address</li>
45-
<li>Nothing has changed for these endpoints when :address is a v4 addressa</li>
45+
<li>Nothing has changed for these endpoints when :address is a v4 address</li>
4646
</ul>
4747
</li>
4848
<li>Fixed bug setting RDNS for v6 addresses</li>

0 commit comments

Comments
 (0)