Using ripgrep to find files which contain a word / phrase

rg [word] [relative-folder/filepath]

For comparison using grep:

grep -R [word] [relative-folder/filepath]

Note that this ^ does not have pretty printing :(