Hi, what is the process of suggesting minor edits to the documentation.
I noticed the ‘tutorial’ section we see the folder referenced as /api/prisma; when the cli tool actually creates a directory named /api/db instead.
I suppose that’s just a minor change, but how would you go about changing that.
Also totally random but in the tutorial page getting dynamic(https://redwoodjs.com/tutorial/getting-dynamic), the cli command for creating a migration for post is written as
yarn redwood db save create posts
I personally think putting that slighly different as
yarn redwood db save "create posts"
would have been better, as it clearly differentiates which part is a string name we provide.