Skip to content

Commit

Permalink
Merge pull request #851 from Faakhir30/patch-1
Browse files Browse the repository at this point in the history
Fix typos in documentation
  • Loading branch information
stevepiercy authored Aug 28, 2024
2 parents ce3a26e + 1bbda59 commit 5888115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/mastering-plone/dexterity.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ They are meant to be used across content types to add shared functionality.

One example is the ability of most content types to allow them to be excluded from the navigation.
The field is available on all types even though it is not defined in their schema.
Instead is is provided by the behavior `plone.excludefromnavigation` that most content types use.
Instead it is provided by the behavior `plone.excludefromnavigation` that most content types use.

Each behavior schema can define fields. The values of these fields are again attributes on content objects.

Expand Down
2 changes: 1 addition & 1 deletion docs/mastering-plone/relations.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Setting the mode of the widget to `search` makes it easier to select from the co

The problem is that in the default mode of the Related Items wisget items that are in container s are not shown unless you add thes types of contaibers to the query.

Therefore is is recommended to use CatalogSource only in in `search` mode.
Therefore it is recommended to use CatalogSource only in in `search` mode.

```{code-block} python
:emphasize-lines: 10
Expand Down

0 comments on commit 5888115

Please sign in to comment.