mirror of
https://github.com/ollama/ollama.git
synced 2026-09-21 13:38:14 -05:00
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:
co-authored by
Patrick Devine
parent
f96e7aa051
commit
e37a00a8fa
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user