diff --git a/README.md b/README.md
index 9fa739a..36af13c 100644
--- a/README.md
+++ b/README.md
@@ -809,7 +809,7 @@ See also [View Settings](#view-settings- 'Jump to the View settings')
| `gitlens.views.repositories.includeWorkingTree` | Specifies whether to include working tree file status for each repository in the _Repositories_ view |
| `gitlens.views.repositories.showBranchComparison` | Specifies whether to show a comparison of a user-selected reference (branch, tag. etc) to the current branch or the working tree in the _Repositories_ view |
| `gitlens.views.repositories.showBranches` | Specifies whether to show the branches for each repository in the _Repositories_ view |
-| `itlens.views.repositories.showCommits` | Specifies whether to show the commits on the current branch for each repository in the _Repositories_ view |
+| `gitlens.views.repositories.showCommits` | Specifies whether to show the commits on the current branch for each repository in the _Repositories_ view |
| `gitlens.views.repositories.showContributors` | Specifies whether to show the contributors for each repository in the _Repositories_ view |
| `gitlens.views.repositories.showIncomingActivity` | Specifies whether to show the experimental incoming activity for each repository in the _Repositories_ view |
| `gitlens.views.repositories.showRemotes` | Specifies whether to show the remotes for each repository in the _Repositories_ view |
@@ -1027,7 +1027,7 @@ See also [View Settings](#view-settings- 'Jump to the View settings')
| `gitlens.mode.statusBar.alignment` | Specifies the active GitLens mode alignment in the status bar
`left` - aligns to the left
`right` - aligns to the right |
| `gitlens.modes` | Specifies the user-defined GitLens modes
Example — adds heatmap annotations to the _Reviewing_ mode
`"gitlens.modes": { "review": { "annotations": "heatmap" } }`
Example — adds a new _Annotating_ mode with blame annotations
`"gitlens.modes": {`
`"annotate": {`
`"name": "Annotating",`
`"statusBarItemName": "Annotating",`
`"description": "for root cause analysis",`
`"annotations": "blame",`
`"codeLens": false,`
`"currentLine": false,`
`"hovers": true`
`}`
`}` |
-## Autolink Settingss [#](#autolink-settings- 'Autolink Settings')
+## Autolink Settings [#](#autolink-settings- 'Autolink Settings')
| Name | Description |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |