Skip to content

Commit

Permalink
docs(modifier): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Dec 20, 2021
1 parent 8ce5f1e commit 646d580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ test("passes when trimmed string to be", () => {

### string

Use `.string` to convert any `actual` to `string`. Internally, the String
Use `.string` to convert any `actual` to `string`. Internally, the `String`
constructor is used.

```ts
Expand Down
2 changes: 1 addition & 1 deletion modifier/string.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import type { PreModifier } from "./types.ts";

/** Use `.string` to convert any `actual` to `string`. Internally, the String
/** Use `.string` to convert any `actual` to `string`. Internally, the `String`
* constructor is used.
* ```ts
* import {
Expand Down

0 comments on commit 646d580

Please sign in to comment.