diff options
author | 2022-08-03 08:46:59 +0200 | |
---|---|---|
committer | 2022-08-03 08:46:59 +0200 | |
commit | 5f03619ab44c0b35455c46698ec37d79e87555b5 (patch) | |
tree | e89e236ad6c9bb912421165edf63889c3f4f5901 /src/pages | |
parent | 352365f01251be4147ef262ebe91fc1a3f6d7a07 (diff) | |
download | it-tools-5f03619ab44c0b35455c46698ec37d79e87555b5.tar.gz it-tools-5f03619ab44c0b35455c46698ec37d79e87555b5.tar.zst it-tools-5f03619ab44c0b35455c46698ec37d79e87555b5.zip |
fix(wording): removed spaces before ponctuation (#252)
Diffstat (limited to 'src/pages')
-rw-r--r-- | src/pages/About.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/About.vue b/src/pages/About.vue index 7b9a3af..7817b50 100644 --- a/src/pages/About.vue +++ b/src/pages/About.vue @@ -47,7 +47,7 @@ useHead({ title: 'About - IT Tools' }); file of the repository. </n-p> - <n-h2>Found a bug ? A tool is missing ?</n-h2> + <n-h2>Found a bug? A tool is missing?</n-h2> <n-p> If you need a tool that is currently not present here, and you think can be relevant, you are welcome to submit a feature request in the |