Skip to content

Commit

Permalink
DOCS: Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chriszarate committed Dec 19, 2024
1 parent 9545dd9 commit 2fb45d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/extending/block-registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function register_your_custom_block() {
],
] );

register_remote_data_block( [
register_remote_data_block( [
'title' => 'My Block',
'queries' => [
'display' => $display_query,
Expand Down
2 changes: 1 addition & 1 deletion docs/workflows/rest-api-with-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function register_zipcode_block(): void {
'display_name' => 'Zip Code API',
'endpoint' => 'https://api.zippopotam.us/us/',
],
] );
] );

$zipcode_query = HttpQuery::from_array( [
'data_source' => $zipcode_data_source,
Expand Down

0 comments on commit 2fb45d6

Please sign in to comment.