Skip to content

Commit

Permalink
docs(readme): fix typo (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO authored Aug 23, 2023
1 parent b573866 commit 411a64e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ local macchiato = require("catppuccin.palettes").get_palette "macchiato"
local mocha = require("catppuccin.palettes").get_palette "mocha"
```

Will returns a table where the key is the name of the color and the value is its hex value corresponding to each flavour.
Returns a table where the key is the name of the color and the value is its hex value corresponding to each flavour.

## Overwriting colors

Expand Down Expand Up @@ -400,7 +400,7 @@ coc_nvim = false

<details> <summary>Special</summary>

Setting `enabled` to `true` enables this integration.
Setting `enabled` to `true` enables this integration.

```lua
coc_nvim = true,
Expand Down

0 comments on commit 411a64e

Please sign in to comment.