Skip to content

Commit

Permalink
Remove stray single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed May 18, 2021
1 parent bed5ad8 commit 4bba1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/hooks/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function addAttribute( settings ) {

const skipSerializationPaths = [
{
indicator: `${ BORDER_SUPPORT_KEY }.__experimentalSkipSerialization'`,
indicator: `${ BORDER_SUPPORT_KEY }.__experimentalSkipSerialization`,
path: [ 'border' ],
},
{
Expand Down

0 comments on commit 4bba1e0

Please sign in to comment.