Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Dec 18, 2024
1 parent 1f52d9b commit c6d2383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Git_Updater/REST/REST_API.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ public function get_api_data( \WP_REST_Request $request ) {
'git' => $repo_data->git,
'type' => $repo_data->type,
'is_private' => $repo_data->is_private,
'relase_asset' => $repo_data->release_asset,
'release_asset' => $repo_data->release_asset,
'version' => $repo_data->remote_version,
'author' => $repo_data->author,
'contributors' => $repo_data->contributors,
Expand Down

0 comments on commit c6d2383

Please sign in to comment.