Skip to content

Commit

Permalink
chore(docs): fix tip
Browse files Browse the repository at this point in the history
  • Loading branch information
gorillamoe committed Sep 9, 2024
1 parent 1c53300 commit deaa564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/getting-started/example-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ vim.api.nvim_buf_set_keymap(

Add the following code to `ftplugin/http.lua` to copy the current request as a curl command when you press `<leader>co`.

::: tip
:::tip

Mnemonic: `co` for `curl out`.

Expand All @@ -98,7 +98,7 @@ vim.api.nvim_buf_set_keymap(
Add the following code to `ftplugin/http.lua` to insert from a curl command
in your clipboard when you press `<leader>ci`.

::: tip
:::tip

Mnemonic: `ci` for `curl in`.

Expand Down

0 comments on commit deaa564

Please sign in to comment.