Skip to content

Commit

Permalink
Remove some unnecessary 'a's preceding 'the's
Browse files Browse the repository at this point in the history
Also the space between the end of the sentence and the full stop.
  • Loading branch information
bobbingwide authored and youknowriad committed Apr 9, 2018
1 parent bf29d57 commit 268af89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/block-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,14 +280,14 @@ anchor: true,
- `customClassName` (default `true`): This property adds a field to define a custom className for the block's wrapper.

```js
// Remove the support for a the custom className .
// Remove the support for the custom className.
customClassName: false,
```

- `className` (default `true`): By default, Gutenberg adds a class with the form `.wp-block-your-block-name` to the root element of your saved markup. This helps having a consistent mechanism for styling blocks that themes and plugins can rely on. If for whatever reason a class is not desired on the markup, this functionality can be disabled.

```js
// Remove the support for a the generated className .
// Remove the support for the generated className.
className: false,
```

Expand Down

0 comments on commit 268af89

Please sign in to comment.