diff --git a/src/theme/mod.rs b/src/theme/mod.rs index 2f6f7c01..f80b8dcc 100644 --- a/src/theme/mod.rs +++ b/src/theme/mod.rs @@ -36,7 +36,7 @@ pub static FONT_AWESOME_OTF: &'static [u8] = include_bytes!("_FontAwesome/fonts/ /// The `Theme` struct should be used instead of the static variables because -/// the `new()` method will look if the user has a theme directory in his +/// the `new()` method will look if the user has a theme directory in their /// source folder and use the users theme instead of the default. /// /// You should only ever use the static variables directly if you want to diff --git a/src/theme/searcher/searcher.js b/src/theme/searcher/searcher.js index ab4bf9a0..063e4a8c 100644 --- a/src/theme/searcher/searcher.js +++ b/src/theme/searcher/searcher.js @@ -4,7 +4,7 @@ window.search = window.search || {}; // Search functionality // // You can use !hasFocus() to prevent keyhandling in your key - // event handlers while the user is typing his search. + // event handlers while the user is typing their search. if (!Mark || !elasticlunr) { return;