jackMort / ChatGPT.nvim

ChatGPT Neovim Plugin: Effortless Natural Language Generation with OpenAI's ChatGPT API
Apache License 2.0
3.56k stars 307 forks source link

typo in readme: strig -> string #421

Open thiswillbeyourgithub opened 3 months ago

thiswillbeyourgithub commented 3 months ago

In the actions.json example:

    "args": {
      "argument": {
          "type": "strig",
          "optional": "true",
          "default": "some value"
      }