aboutsummaryrefslogtreecommitdiff
path: root/app/shares.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-01-08 21:58:55 +0100
committerGravatar GitHub <noreply@github.com> 2022-01-08 21:58:55 +0100
commit1acd3ab09be1b65bfd6122ee351490c3b5527bb8 (patch)
treef11de558e7a09522a45d1c155d9707ecda6bf1eb /app/shares.php
parent916df412f5b6f7fb9bcfb705a3c8c23e35304410 (diff)
Use typographic quotes (#4133)
* Use typographic quotes * A few fixes * Fix * Fix not saved * Implement feedback * Detail * Revert spoken English fixes Left for a future dedicated discussion * More reverts * Final reverts * Final minor
Diffstat (limited to 'app/shares.php')
-rw-r--r--app/shares.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/shares.php b/app/shares.php
index 474fecc25..330f52bb7 100644
--- a/app/shares.php
+++ b/app/shares.php
@@ -1,7 +1,7 @@
<?php
/*
- * This is a configuration file. You shouldn't modify it unless you know what
+ * This is a configuration file. You shouldn’t modify it unless you know what
* you are doing. If you want to add a share type, this is where you need to do
* it.
*
@@ -16,7 +16,7 @@
* for internal use)
* - transform is an array of transformation to apply on links and titles
* - help is a URL to a help page (mandatory for form = 'advanced')
- * - form is the type of form to display during configuration. It's either
+ * - form is the type of form to display during configuration. It’s either
* 'simple' or 'advanced'. 'simple' is used when only the name is configurable,
* 'advanced' is used when the name and the location are configurable.
* - method is the HTTP method (POST or GET) used to share a link.