From 2e3fd86d482cb4e77e54179836ddd6a518e2300b Mon Sep 17 00:00:00 2001 From: Marcelo Fornet Date: Wed, 16 Jul 2025 19:50:46 +0200 Subject: [PATCH] docs: fix typo in macos.md (#11425) --- docs/macos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/macos.md b/docs/macos.md index 63bf14b12c..9617bdc743 100644 --- a/docs/macos.md +++ b/docs/macos.md @@ -22,7 +22,7 @@ To install the Ollama application somewhere other than `Applications`, place the Ollama on MacOS stores files in a few different locations. - `~/.ollama` contains models and configuration - `~/.ollama/logs` contains logs - - *app.log* contains most resent logs from the GUI application + - *app.log* contains most recent logs from the GUI application - *server.log* contains the most recent server logs - `/Ollama.app/Contents/Resources/ollama` the CLI binary @@ -39,4 +39,4 @@ rm -rf ~/Library/Caches/com.electron.ollama/ rm -rf ~/Library/Caches/ollama rm -rf ~/Library/WebKit/com.electron.ollama rm -rf ~/.ollama -``` \ No newline at end of file +```