Skip to content

Commit 92f44d9

Browse files
committed
Fix changelog typo
1 parent 88c2b74 commit 92f44d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Code v1.134.0
3232
to VS Code. It requires `flag=value` or simply `flag` for booleans. For
3333
example: `--vscode-option enable-sandbox --vscode-option agents=true`. The
3434
`VSCODE_OPTIONS` environment variable may also be used. For example:
35-
`VSCODE_OPTIONS="enable-sandbox agents=true"`. Note that this code-server
36-
simply splits this variable on spaces and is not aware of quoting.
35+
`VSCODE_OPTIONS="enable-sandbox agents=true"`. Note that code-server simply
36+
splits this variable on spaces and is not aware of quoting.
3737

3838
### Changed
3939

0 commit comments

Comments
 (0)