Skip to content

Commit 5236f68

Browse files
authored
Removed trailing space contained within link text (#2911)
## Motivation for the change, related issues The trailing space contained within the "WordPress Playground" link before the following period was making my eye twitch, this PR removes it. <img width="360" height="92" alt="Screenshot 2025-11-17 at 1 43 51 PM" src="https://github.com/user-attachments/assets/28ebe34f-8b1d-4efc-8964-6d55e1b49d29" /> ## Implementation details Removed the trailing space ## Testing Instructions (or ideally a Blueprint) Small copy-related fix, didn't bother with testing or a blueprint.
1 parent 5820579 commit 5236f68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/playground/website/public/gutenberg.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@
7777
Powered by
7878
<a href="https://developer.wordpress.org/playground">
7979
WordPress Playground
80-
</a>
81-
. To build a previewer like this for your repository, check the
80+
</a>. To build a previewer like this for your repository, check the
8281
<a
8382
target="_blank"
8483
href="https://github.com/WordPress/wordpress-playground/blob/trunk/packages/playground/website/public/gutenberg.html"

0 commit comments

Comments
 (0)