So according to conventional commits fix is used to patch a bug in the codebase while feat introduces a new feature to the codebase, which is straightforward enough.
What if I have a commit that is something that's not really a bug but not a feature either? In my case its a commit that's changing some text on a webpage. This doesn't seem like it qualifies as a "feature" but its also not exactly a bug either