Skip to content

Commit

Permalink
Docs: Consistent capitalization of tealdeer
Browse files Browse the repository at this point in the history
Capitalize at the start of a sentence, lowercase otherwise.
  • Loading branch information
dbrgn committed Feb 12, 2023
1 parent c9ec883 commit fb755ba
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The highlights:
Note that the MSRV (Minimal Supported Rust Version) of the project
[changed][i190]:

> When publishing a Tealdeer release, the Rust version required to build it
> When publishing a tealdeer release, the Rust version required to build it
> should be stable for at least a month.
Changes:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ To run lints:

## MSRV (Minimally Supported Rust Version)

When publishing a Tealdeer release, the Rust version required to build it
When publishing a tealdeer release, the Rust version required to build it
should be stable for at least a month.


Expand Down
4 changes: 2 additions & 2 deletions docs/src/config_style.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Colors can be specified in one of three ways:

foreground = "green"

- 256 color ANSI code (*Tealdeer v1.5.0+*)
- 256 color ANSI code (*tealdeer v1.5.0+*)

Example:

foreground = { ansi = 4 }

- 24-bit RGB color (*Tealdeer v1.5.0+*)
- 24-bit RGB color (*tealdeer v1.5.0+*)

Example:

Expand Down
2 changes: 1 addition & 1 deletion docs/src/config_updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Automatic updates

tealdeer can refresh the cache automatically when it is outdated. This
Tealdeer can refresh the cache automatically when it is outdated. This
behavior can be configured in the `updates` section and is disabled by
default.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/installing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installing

There are a few different ways to install Tealdeer:
There are a few different ways to install tealdeer:

- Through [package managers](#package-managers)
- Through [static binaries](#static-binaries-linux)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and community-driven man pages.

![Screenshot](screenshot-default.png)

This documentation shows how to install, use and configure Tealdeer.
This documentation shows how to install, use and configure tealdeer.

## Links

Expand Down

0 comments on commit fb755ba

Please sign in to comment.