@@ -66,7 +66,7 @@ function plsr_get_authentication_labels(): array {
66
66
*
67
67
* @type string $mode Mode.
68
68
* @type string $eagerness Eagerness.
69
- * @type string $authenticaiton Authentication.
69
+ * @type string $authentication Authentication.
70
70
* }
71
71
*/
72
72
function plsr_get_setting_default (): array {
@@ -85,9 +85,9 @@ function plsr_get_setting_default(): array {
85
85
* @return array{ mode: 'prefetch'|'prerender', eagerness: 'conservative'|'moderate'|'eager', authentication: 'logged_out'|'logged_out_or_admins'|'any' } {
86
86
* Stored setting value.
87
87
*
88
- * @type string $mode Mode.
89
- * @type string $eagerness Eagerness.
90
- * @type string $authenication Authentication.
88
+ * @type string $mode Mode.
89
+ * @type string $eagerness Eagerness.
90
+ * @type string $authentication Authentication.
91
91
* }
92
92
*/
93
93
function plsr_get_stored_setting_value (): array {
@@ -104,9 +104,9 @@ function plsr_get_stored_setting_value(): array {
104
104
* @return array{ mode: 'prefetch'|'prerender', eagerness: 'conservative'|'moderate'|'eager', authentication: 'logged_out'|'logged_out_or_admins'|'any' } {
105
105
* Sanitized setting.
106
106
*
107
- * @type string $mode Mode.
108
- * @type string $eagerness Eagerness.
109
- * @type string $authenication Authentication.
107
+ * @type string $mode Mode.
108
+ * @type string $eagerness Eagerness.
109
+ * @type string $authentication Authentication.
110
110
* }
111
111
*/
112
112
function plsr_sanitize_setting ( $ input ): array {
0 commit comments