Skip to content

Commit 9e8bca6

Browse files
committed
correct some typos in README
1 parent faa3fb1 commit 9e8bca6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Here is a list of Features:
3232
### Autocomplete and IntelliSense
3333

3434
Autocompletion for:
35-
- Library with parameters
35+
- Libraries with parameters
3636
- Resources,
3737
- Variables
3838
- Keywords with parameters
@@ -79,7 +79,7 @@ RobotCode analyse your code and show diagnostics for:
7979
For most things RobotCode uses the installed RobotFramework version to parse and analyse the code, so you get the same errors as when you run it.
8080

8181

82-
Get addition code analysis with [Robocop](https://robocop.readthedocs.io/). Just install it in your python environment.
82+
Get additional code analysis with [Robocop](https://robocop.readthedocs.io/). Just install it in your python environment.
8383

8484
### Code Formatting
8585

@@ -95,7 +95,7 @@ In the debug console you can see all log messages of the current run and navigat
9595

9696
### Multi-root Workspace folders
9797

98-
RobotCodes support for [Multi-root Workspaces](https://code.visualstudio.com/docs/editor/multi-root-workspaces), enables loadin and editing different Robotframework projects/folders with different RobotFramework/Python environments and settings at the same time or use can share the same RobotFramework/Python environment and settings for all folders in the workspace.
98+
RobotCodes support for [Multi-root Workspaces](https://code.visualstudio.com/docs/editor/multi-root-workspaces), enables loading and editing different Robotframework projects/folders with different RobotFramework/Python environments and settings at the same time or you can share the same RobotFramework/Python environment and settings for all folders in the workspace.
9999

100100

101101
## Quick start

doc/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
templates

0 commit comments

Comments
 (0)