Skip to content

Commit 973615d

Browse files
committed
Fixed missing space in text.
1 parent f57da12 commit 973615d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Admin/SettingsPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public function telemetrySectionHeader(): void
261261
Template::print(ROLLBAR_PLUGIN_DIR . '/templates/admin/settings-section-header.php', [
262262
'id' => 'rollbar_settings_telemetry_header',
263263
'title' => 'Telemetry Settings',
264-
'description' => '<p>See the <a href="https://docs.rollbar.com/docs/php-telemetry" target="_blank">Rollbar'
264+
'description' => '<p>See the <a href="https://docs.rollbar.com/docs/php-telemetry" target="_blank">Rollbar '
265265
. 'telemetry documentation</a> and <a href="https://developer.wordpress.org/apis/hooks/action-reference/" '
266266
. 'target="_blank">WordPress action reference</a> for more details on these settings.</p>',
267267
]);

0 commit comments

Comments
 (0)