Skip to content

Commit e02f963

Browse files
authored
Fix formatting in documentation string
1 parent 3dea9f4 commit e02f963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codespaces.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This check is performed lazily on first use rather than at setup time."
8282
(defun codespaces-setup ()
8383
"Set up the ghcs tramp-method. Should be called after requiring this package.
8484
This registers the TRAMP method without validating gh CLI availability,
85-
allowing for faster startup. Validation happens lazily on first use."
85+
allowing for faster startup. Validation happens lazily on first use."
8686
(interactive)
8787
(let ((ghcs (assoc "ghcs" tramp-methods))
8888
(ghcs-methods '((tramp-login-program "gh")

0 commit comments

Comments
 (0)