Skip to content

Commit 52799b9

Browse files
committed
style: typos
1 parent 35bdd19 commit 52799b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/redirect/location.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use super::{Redirect, Redirector, RedirectorProperties};
44
use gloo_utils::window;
55
use yew::prelude::*;
66

7-
/// A redirector using the browsers location.
7+
/// A redirector using the browser's location.
88
pub struct LocationRedirector {}
99

1010
impl Redirector for LocationRedirector {

src/components/redirect/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ where
143143
}
144144
}
145145
_ => {
146-
// expired or logged out explicitly, then redirect to logout page
146+
// expired or logged out explicitly, then redirect to the logout page
147147
self.logout(ctx.props());
148148
}
149149
}

0 commit comments

Comments
 (0)