fix(docs): correct typos found during code review (#17579)

* fix(docs): correct typos found during code review

Non-functional changes only:
- Fixed minor spelling mistakes in comments
- Corrected typos in user-facing strings
- No variables, logic, or functional code was modified.

Signed-off-by: Marcel Petrick <mail@marcelpetrick.it>

* fix additional typos and shell-unsafe example in docs

---------

Co-authored-by: Patrick Devine <patrick@ollama.com>
This commit is contained in:
Marcel Petrick
2026-08-31 08:59:55 -07:00
committed by GitHub
co-authored by Patrick Devine
parent f96e7aa051
commit e37a00a8fa
14 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ Examples:
},
RunE: func(cmd *cobra.Command, args []string) error {
policy := defaultLaunchPolicy(isInteractiveSession(), yesFlag)
// reset when done to make sure state doens't leak between launches
// reset when done to make sure state doesn't leak between launches
restoreConfirmPolicy := withLaunchConfirmPolicy(policy.confirmPolicy())
defer restoreConfirmPolicy()