Skip to content

Commit ff6584a

Browse files
committed
Fix typos
1 parent c03db56 commit ff6584a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/writing/writing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This is the one you get when you run
5656
julia
5757
```
5858

59-
To use other channels, add them to `juliaup` and put a `+` in fron the of the channel name when you start Julia:
59+
To use other channels, add them to `juliaup` and put a `+` in front of the channel name when you start Julia:
6060

6161
```bash
6262
juliaup add lts
@@ -146,12 +146,12 @@ In practice, an Integrated Development Environment (or IDE) makes the experience
146146
The best IDE for Julia is [Visual Studio Code](https://code.visualstudio.com/), or VSCode, developed by Microsoft.
147147
Indeed, the [Julia VSCode extension](https://www.julia-vscode.org/) is the most feature-rich of all Julia IDE plugins.
148148
You can download it from the VSCode Marketplace.
149-
In what follows, we will somnetimes mention commands and [keyboard shortcuts](https://www.julia-vscode.org/docs/stable/userguide/keybindings/) provided by this extension.
149+
In what follows, we will sometimes mention commands and [keyboard shortcuts](https://www.julia-vscode.org/docs/stable/userguide/keybindings/) provided by this extension.
150150
But the only shortcut you need to remember is `Ctrl + Shift + P` (or `Cmd + Shift + P` on Mac): this opens the VSCode command palette, in which you can search for any command.
151151
Type "julia" in the command palette to see what you can do.
152152

153153
Assuming you want to avoid the Microsoft ecosystem, [VSCodium](https://vscodium.com/) is a nearly bit-for-bit replacement for VSCode, but with an open source license and without telemetry.
154-
If you don't want to use VSCode at all, other options include [emacs](https://www.gnu.org/software/emacs/) and [vim](https://www.vim.org/).
154+
If you don't want to use VSCode at all, other options include [Emacs](https://www.gnu.org/software/emacs/) and [Vim](https://www.vim.org/).
155155
Check out [JuliaEditorSupport](https://github.com/JuliaEditorSupport) to see if your favorite IDE has a Julia plugin.
156156
The available functionalities should be roughly similar to those of VSCode, at least for the basic aspects like running code.
157157

0 commit comments

Comments
 (0)