Skip to content

Commit

Permalink
Copy: Add period to sentence (#20601)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soean authored Mar 25, 2020
1 parent 3dec393 commit 6321821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/inserter/tips.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const globalTips = [
),
createInterpolateElement(
__(
'Outdent a list by pressing <kbd>backspace</kbd> at the beginning of a line'
'Outdent a list by pressing <kbd>backspace</kbd> at the beginning of a line.'
),
{ kbd: <kbd /> }
),
Expand Down

0 comments on commit 6321821

Please sign in to comment.