diff --git a/wp-content/themes/twentyseventeen/inc/block-patterns.php b/wp-content/themes/twentyseventeen/inc/block-patterns.php
index 69946d1a47..66e6fa0c87 100644
--- a/wp-content/themes/twentyseventeen/inc/block-patterns.php
+++ b/wp-content/themes/twentyseventeen/inc/block-patterns.php
@@ -131,7 +131,7 @@ if ( function_exists( 'register_block_pattern' ) ) {
' . __( 'Strategy', 'twentyseventeen' ) . '
- ' . __( 'See Case Study', 'twentysixteen' ) . ' →
+ ' . __( 'See Case Study', 'twentyseventeen' ) . ' →
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 0a652a14be..5a32c0c66f 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.5-alpha-57281';
+$wp_version = '6.5-alpha-57282';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.