Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Reword the docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
michalczaplinski committed May 12, 2022
1 parent cf5c571 commit 8b09633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gutenberg-packages/utils.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { getBlockType } from "@wordpress/blocks";

/**
* Get attributes that should only present in the frontend.
* Get attributes that should be present in the frontend.
* @param {string} blockName
*/
export const getFrontendAttributes = (blockName) => {
Expand Down

0 comments on commit 8b09633

Please sign in to comment.