Skip to content

Commit f5a8f39

Browse files
authored
Corrected a typo in "Content types: Reference – Mastering Plone 6 development" (__CLIENT__) (#997)
1 parent e532154 commit f5a8f39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/mastering-plone/dexterity_reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ import { Container, Table } from 'semantic-ui-react';
521521
522522
const MyHistory = ({ history }) => {
523523
return (
524-
_CLIENT__ && (
524+
__CLIENT__ && (
525525
<Table celled className="history_list">
526526
<Table.Header>
527527
<Table.Row>

0 commit comments

Comments
 (0)