Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix simple typo, heirarchy -> hierarchy #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ following:

- Automatically generated Add/Edit forms

- Models will be available in Application content heirarchy
- Models will be available in Application content hierarchy


Why Not Subclass from Content?
Expand Down
2 changes: 1 addition & 1 deletion docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Ptah aims to provide a framework which makes low level choices for developers so

Ptah is a framework, an implementation and set of opinions around the Pyramid web framework.

Ptah, like Pyramid, supports both URL dispatch, traversal. Unlike Pyramid it provides a data model, content heirarchy, form library, and high level security primitives (permissions, roles, and principals). Any of this is additional to Pyramid and augements your application.
Ptah, like Pyramid, supports both URL dispatch, traversal. Unlike Pyramid it provides a data model, content hierarchy, form library, and high level security primitives (permissions, roles, and principals). Any of this is additional to Pyramid and augements your application.

Where does Pyramid and Ptah differ?
-----------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ApplicationFactory is a start-up time configuration which specifies
a place in your URL to define where you want to mount an Application.
You must have at least one ApplicationFactory call or else you will be unable
to use the CMS. The ApplicationFactory will return the ApplicationRoot based
on where you `mount` the Application into your heirarchy.
on where you `mount` the Application into your hierarchy.

e.g.::

Expand Down
2 changes: 1 addition & 1 deletion docs/rest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You will need curl and ptah running for this example.

Overview
--------
REST API is flat. If your content participates in heirarchy the system will
REST API is flat. If your content participates in hierarchy the system will
take this into account when computing security.

Note that in the following values for __link__, __uri__ will be different in
Expand Down