Skip to content

Commit

Permalink
Fix terminal api docs.
Browse files Browse the repository at this point in the history
Fix eclipse-theia#3407

Signed-off-by: Oleksandr Andriienko <[email protected]>
  • Loading branch information
AndrienkoAleksandr committed Nov 11, 2018
1 parent cea6233 commit 18dfb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Note, that it is possible to have an array of values for single name, because it
Function to create new terminal with specific arguments:
```typescript
const terminal = theia.window.createTerminal("Bash terminal", "/bin/bash", shellArgs: ["-l"]);
const terminal = theia.window.createTerminal("Bash terminal", "/bin/bash", ["-l"]);
```
Where are:
Expand Down

0 comments on commit 18dfb32

Please sign in to comment.