Skip to content

Commit 2e3fd86

Browse files
authored
docs: fix typo in macos.md (ollama#11425)
1 parent 4261a3b commit 2e3fd86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To install the Ollama application somewhere other than `Applications`, place the
2222
Ollama on MacOS stores files in a few different locations.
2323
- `~/.ollama` contains models and configuration
2424
- `~/.ollama/logs` contains logs
25-
- *app.log* contains most resent logs from the GUI application
25+
- *app.log* contains most recent logs from the GUI application
2626
- *server.log* contains the most recent server logs
2727
- `<install location>/Ollama.app/Contents/Resources/ollama` the CLI binary
2828

@@ -39,4 +39,4 @@ rm -rf ~/Library/Caches/com.electron.ollama/
3939
rm -rf ~/Library/Caches/ollama
4040
rm -rf ~/Library/WebKit/com.electron.ollama
4141
rm -rf ~/.ollama
42-
```
42+
```

0 commit comments

Comments
 (0)