diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-10 23:41:20 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-10 23:41:20 +1000 |
| commit | a8f80a02b88055cfcb45664ce3a3d24c2b2da98c (patch) | |
| tree | 021072aa131b2e141978e0223f6e37dfcb1cf1cd /src/components/HelpModal.vue | |
| parent | f0df00add356c0ee4cc8743a9ceeb276ae207715 (diff) | |
Update project-level and client-side documentation
Diffstat (limited to 'src/components/HelpModal.vue')
| -rw-r--r-- | src/components/HelpModal.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/HelpModal.vue b/src/components/HelpModal.vue index 7375584..cc11afb 100644 --- a/src/components/HelpModal.vue +++ b/src/components/HelpModal.vue @@ -358,14 +358,14 @@ </template> <template #content> <div :class="contentClasses"> - <li>Tilo's code is licensed under the MIT license.</li> + <li>Tilo's code is licensed under the MIT licence.</li> <br/> <h1 class="text-lg font-bold">Other Credits</h1> <ul class="list-disc pl-4"> <li> The UI was largely coded in <a href="https://www.typescriptlang.org/" :style="aStyles">Typescript</a>, - and built using the <a href="https://vuejs.org/" :style="aStyles">Vue framework</a> + and built using the <a href="https://vuejs.org/" :style="aStyles">Vue</a> framework. </li> <li> Tree data was processed using |
