Skip to content

Commit d6c9335

Browse files
committed
Fix typos
1 parent 543733c commit d6c9335

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

plugins/speculation-rules/settings.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function plsr_get_authentication_labels(): array {
6666
*
6767
* @type string $mode Mode.
6868
* @type string $eagerness Eagerness.
69-
* @type string $authenticaiton Authentication.
69+
* @type string $authentication Authentication.
7070
* }
7171
*/
7272
function plsr_get_setting_default(): array {
@@ -85,9 +85,9 @@ function plsr_get_setting_default(): array {
8585
* @return array{ mode: 'prefetch'|'prerender', eagerness: 'conservative'|'moderate'|'eager', authentication: 'logged_out'|'logged_out_or_admins'|'any' } {
8686
* Stored setting value.
8787
*
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.
9191
* }
9292
*/
9393
function plsr_get_stored_setting_value(): array {
@@ -104,9 +104,9 @@ function plsr_get_stored_setting_value(): array {
104104
* @return array{ mode: 'prefetch'|'prerender', eagerness: 'conservative'|'moderate'|'eager', authentication: 'logged_out'|'logged_out_or_admins'|'any' } {
105105
* Sanitized setting.
106106
*
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.
110110
* }
111111
*/
112112
function plsr_sanitize_setting( $input ): array {

0 commit comments

Comments
 (0)