Skip to content

Commit f33a7fb

Browse files
committed
docs: fix some typos
1 parent 9117cd0 commit f33a7fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ operations.
2424
- **Explore the git history**: Search the file for a string ("git pickaxe"), or
2525
examine the history of a function or line range. Displays the results in a
2626
diff view with syntax highlighting, correctly following file renamings.
27-
- **Statusline components:** `git blame` of a file and branch state.
27+
- **Status line components:** `git blame` of a file and branch state.
2828
- **Streamlined workflow:** operations are smartly combined to minimize
2929
friction. For instance, the smart-commit command combines staging, committing,
30-
and pushing, and searching the file history combines unshallowing, searching,
30+
and pushing, and searching the file history combines un-shallowing, searching,
3131
and navigating diffs.
3232

3333
<!-- toc -->
@@ -266,7 +266,7 @@ require("tinygit").stashPush()
266266
require("tinygit").stashPop()
267267
```
268268

269-
## Statusline components
269+
## Status line components
270270

271271
<!-- LTeX: enabled=false -->
272272
### git blame
@@ -279,8 +279,8 @@ require("tinygit.statusline").blame()
279279
```
280280

281281
> [!TIP]
282-
> Some status line plugins also allow you to put components into the tabline or
283-
> winbar. If your status line is too crowded, you can add the blame-component to
282+
> Some status line plugins also allow you to put components into the tab line or
283+
> win bar. If your status line is too crowded, you can add the blame-component to
284284
> one of those bars instead.
285285
286286
The component can be configured with the `statusline.blame` options in the [plugin

0 commit comments

Comments
 (0)