Skip to content

Commit

Permalink
Merge pull request #80 from dtinth/patch-1
Browse files Browse the repository at this point in the history
Fix typo: protocl -> protocol
  • Loading branch information
MobyNL authored Jan 23, 2025
2 parents 5145026 + d3d8b76 commit 0ec2cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/getting_started/rpa.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If you are using [VS Code](https://code.visualstudio.com) or are looking for the

:point_right: [Get VS Code here](https://code.visualstudio.com)

To get going with RPA development, you need an extension that's call a language server protocl. Essentially it is a plug-in or extension that provides helpers within the IDE environment that assist you in writing your RPA scripts.
To get going with RPA development, you need an extension that's call a language server protocol. Essentially it is a plug-in or extension that provides helpers within the IDE environment that assist you in writing your RPA scripts.

### Robot Framework LSP extensions for VS Code
Language Server Protocol extensions bring in code completion, documentation, highlighting, etc., for your Robot Framework code.
Expand All @@ -61,4 +61,4 @@ There are a few options here but we recommend Robot Code. It is important to **r

![](vscode-robotcode.gif)
</TabItem>
</Tabs>
</Tabs>

0 comments on commit 0ec2cdc

Please sign in to comment.