Instructions on the https://docs.folivora.ai/docs/actions/finder-context-menu/ page have a wee typo, which makes the example fail

I am a BTT user who wants to

And I expect to see

  • the new menu item and when it's clicked, for it to create a new file called newfile.txt

But what happens is

  • when I click the new menu item, nothing happens

And this is because

  • there's a typo in the instructions:
  • touch "{BTTFinderContextMenuTargetPath/newfile.txt}"
  • should instead read
  • touch "{BTTFinderContextMenuTargetPath}/newfile.txt"

Device information

  • Type of Mac: MBP M1 16"
  • macOS version: 26.5.2 (25F84)
  • BetterTouchTool version: 6.639

Additional information (e.g. crash logs, related issues, etc.):

  • a change to the documentation is all that's required.

Cheers