Skip to content

Commit

Permalink
Merge pull request #826 from ujjwaleee26/main
Browse files Browse the repository at this point in the history
FIX For Typos
  • Loading branch information
stevepiercy authored Dec 14, 2023
2 parents 9f7f32e + 8a5ae57 commit 336f9b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/mastering-plone-5/behaviors_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,6 @@ We must add the behavior to {file}`profiles/default/types/talk.xml`:
</object>
```

[plone5_fieldset]: https://5.docs.plone.org/develop/addons/schema-driven-forms/customising-form-behaviour/fieldsets.html?highlight=fieldset
[plone5_fieldset]: https://5.docs.plone.org/develop/addons/schema-driven-forms/customising-form-behaviour/fieldsets.html
[plone5_iformfieldprovider]: https://5.docs.plone.org/external/plone.app.dexterity/docs/advanced/custom-add-and-edit-forms.html?highlight=iformfieldprovider#edit-forms
[plone5_plone.supermodel]: https://5.docs.plone.org/external/plone.app.dexterity/docs/schema-driven-types.html#schema-interfaces-vs-other-interfaces
2 changes: 1 addition & 1 deletion docs/mastering-plone/about_mastering.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Thank you for reading and your charity with non-native English speakers / writer

## Upcoming Trainings

Next Plone Conference, usually in october.
Next Plone Conference, usually in October.
Announced on [plone.org](https://plone.org)

If you want to have an on-site training or want to attend a public training, please ask for trainings on [community.plone.org](https://community.plone.org) or one of the {ref}`trainers<about-trainers-label>`.
Expand Down
6 changes: 3 additions & 3 deletions docs/mastering-plone/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ myst:
% TODO Short appetizer on all the fancy features.

Now we create a Plone instance and take a look at all the features you can use as an integrator.
Developers get a glimps on the features that can be modified easily.
Developers get a glimpse on the features that can be modified easily.

(features-start-stop-label)=

Expand Down Expand Up @@ -44,7 +44,7 @@ Zope instance is up and running, ready to create a Plone instance.

We now have a running Zope with a database, but no content.

Push the botton {guilabel}`Create a new Plone site`.
Push the button {guilabel}`Create a new Plone site`.
Log in with `admin` and password `secret`.
The initial login is defined in file `instance.yaml`.
You should change your password in production sites via `http://localhost:8080/acl_users/users/manage_users`.
Expand Down Expand Up @@ -213,7 +213,7 @@ Edit the front page:
- Change the title to `Plone Conference 2050, Solis Lacus, Mars`.
- Remove the text blocks below the title by selecting all and deleting them.
- Add some dummy text.
- Click somewhere in the text, press return and see the block beeing splitted.
- Click somewhere in the text, press return and see the block being splitted.
- Save the page.

If you have already content in your instance, you may want to delete it.
Expand Down

0 comments on commit 336f9b0

Please sign in to comment.