Skip to content

Commit 0662e46

Browse files
Merge pull request #133 from szepeviktor/typos
Fix typos
2 parents f355c00 + 99f2550 commit 0662e46

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Integrate with Google Consent Mode (GCM) to adjust how Google tags behave based
115115

116116
### ✨ AI integration
117117

118-
![AI screenshit](https://github.com/user-attachments/assets/f5771f7c-883b-4bcd-a440-e25889d3c751)
118+
![AI screenshot](https://github.com/user-attachments/assets/f5771f7c-883b-4bcd-a440-e25889d3c751)
119119

120120
Integrate with AI to generate translations and cookie descriptions. Supports both GPT and Gemini.
121121

includes/Admin/Settings/Settings_API.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,9 +787,9 @@ private function maybe_increment_revision( array $new_settings ): int {
787787
*/
788788
private function maybe_migrate( array $settings ): array {
789789
$migrator = new Migrator( $settings );
790-
$mirgated_settings = $migrator->maybe_migrate();
790+
$migrated_settings = $migrator->maybe_migrate();
791791

792-
return $mirgated_settings;
792+
return $migrated_settings;
793793
}
794794

795795
/**

phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<exclude name="WordPress.PHP.YodaConditions" />
8585

8686
<!--
87-
... Warn about mis-aligned array items, but don't automatically "fix" them, because arrays in function
87+
... Warn about misaligned array items, but don't automatically "fix" them, because arrays in function
8888
... calls get extra lines added.
8989
...
9090
... @see https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/1305

0 commit comments

Comments
 (0)