mhgolkar / Arrow

Game Narrative Design Tool
https://mhgolkar.github.io/Arrow/
MIT License
909 stars 42 forks source link

Fix typos with word 'match' and its plurals #8

Closed IMP1 closed 3 years ago

IMP1 commented 3 years ago

There was also an instance in runtimes/html-js.arrow-runtime, but I'm assuming this is generated dynamically?

I also omitted any instances where it wasn't just text, and was instead the name of a class or node.

mhgolkar commented 3 years ago

Thanks a lot @IMP1

I went a little further and fixed all of them, including instances in the names of classes and nodes.

Arrow won't generate html-js.arrow-runtime dynamically. For Arrow, it's just a read-only template. It can be (re-)generated using gulp. gulpfile is provided with the source, but there is no CD/CI implemented.