Skip to content

Commit f82197d

Browse files
committed
docs(ALL): adjust lower/upper letters in "Mini*" words
1 parent dce9bc4 commit f82197d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

colors/minicyan.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- 'Minicyan' color scheme
1+
-- Color scheme 'minicyan'
22
-- Derived from base16 (https://github.com/chriskempson/base16) and
33
-- mini_palette palette generator
44
local use_cterm, palette

colors/minischeme.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- 'Minischeme' color scheme
1+
-- Color scheme 'minischeme'
22
-- Derived from base16 (https://github.com/chriskempson/base16) and
33
-- mini_palette palette generator
44
local use_cterm, palette

doc/mini-snippets.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ See |MiniSnippets.config| for `config` structure and default values.
7777

7878
You can override runtime config settings locally to buffer inside
7979
`vim.b.minisnippets_config` which should have same structure as
80-
`Minisnippets.config`. See |mini.nvim-buffer-local-config| for more details.
80+
`MiniSnippets.config`. See |mini.nvim-buffer-local-config| for more details.
8181

8282
# Comparisons ~
8383

lua/mini/snippets.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
---
7676
--- You can override runtime config settings locally to buffer inside
7777
--- `vim.b.minisnippets_config` which should have same structure as
78-
--- `Minisnippets.config`. See |mini.nvim-buffer-local-config| for more details.
78+
--- `MiniSnippets.config`. See |mini.nvim-buffer-local-config| for more details.
7979
---
8080
--- # Comparisons ~
8181
---

readmes/mini-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ https://user-images.githubusercontent.com/24854248/175773105-f33cd3bb-6f62-4a61-
3030
## Features
3131

3232
- Test action is defined as a named callable entry of a table.
33-
- Helper for creating child Neovim process which is designed to be used in tests (including taking and verifying screenshots). See help for `MiniTest.new_child_neovim()` and `Minitest.expect.reference_screenshot()`.
33+
- Helper for creating child Neovim process which is designed to be used in tests (including taking and verifying screenshots). See help for `MiniTest.new_child_neovim()` and `MiniTest.expect.reference_screenshot()`.
3434
- Hierarchical organization of tests with custom hooks, parametrization, and user data. See help for `MiniTest.new_set()`.
3535
- Emulation of [Olivine-Labs/busted](https://github.com/Olivine-Labs/busted) interface (`describe`, `it`, etc.).
3636
- Predefined small yet usable set of expectations (`assert`-like functions). See help for `MiniTest.expect`.

0 commit comments

Comments
 (0)