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

Fixed some typos #1

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 _documentation/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ content_markdown: |-
X.509 Certificate Authentication.
{: .error }

For Alfresco Audit audit, we use the same authentication that you already have in your Alfresco autehntication chain. And for Alfresco live workspace data, we use the authentication mechanism you have in place
For Alfresco Audit audit, we use the same authentication that you already have in your Alfresco authentication chain. And for Alfresco live workspace data, we use the authentication mechanism you have in place
between SOLR and Alfresco.

left_code_blocks:
Expand Down
2 changes: 1 addition & 1 deletion _howto/executions.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parameters:
content_markdown: |-
An execution is a command that will be used to write the data to the target storage. Peltas supports different type of targets such as databases, SOLR, Elastic Search, CSV files, flat files, etc ...

Each data writer consist of its own specific configuration
Each data writer consists of its own specific configuration
{: .warning}

Executions could be chained and each previous execution data is available in the next one (i.e. for referential integrity).
Expand Down
2 changes: 1 addition & 1 deletion _howto/property_expression_mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Expressions
position: 1.3
description: Expression property mapping
content_markdown: |-
Peltas expressions can be seen as virtual properties. Where an expression property always references a mapped property and provides a facility to change the format or convert the data value. The property has to be prefixed with prop: in oprder to be considered as an expression and it has to reference a preivously configured property.
Peltas expressions can be seen as virtual properties. Where an expression property always references a mapped property and provides a facility to change the format or convert the data value. The property has to be prefixed with prop: in order to be considered as an expression and it has to reference a previously configured property.
left_code_blocks:
- code_block: |-
peltas.documentcreated.mapper.property.createdFormatted.data=prop:created
Expand Down