diff --git a/src/config.rs b/src/config.rs index 68ef37e..302846f 100644 --- a/src/config.rs +++ b/src/config.rs @@ -275,7 +275,7 @@ impl Config { /// variable. Otherwise, the user config directory is returned. /// /// Note that this function does not verify whether the directory at that -/// loation exists, or is a directory. +/// location exists, or is a directory. pub fn get_config_dir() -> Result { // Allow overriding the config directory by setting the // $TEALDEER_CONFIG_DIR env variable.