radicle/rad: Fix typo

This commit is contained in:
Sebastian Martinez 2025-10-20 11:00:12 +02:00 committed by Fintan Halpenny
parent 8604d3bcc7
commit f8fe296ceb
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ pub enum CwdError {
/// Get the RID of the repository in current working directory
///
/// It will atempt to search parent directories if `path` did not find
/// It will attempt to search parent directories if `path` did not find
/// a git repository.
///
/// # Safety