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

Fix spelling and grammar issues in docs and source code comments #3309

Merged
merged 1 commit into from
Jun 5, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* <p>The {@link org.mapfish.print.attribute.DataSourceAttribute.DataSourceAttributeValue} has an
* array of maps, each map in the array equates to a row in the Jasper DataSource.
*
* <p>The DataSourceProcessor can be configured with processors which will be used to transform each
* <p>The DataSourceProcessor can be configured with processors that will be used to transform each
* map in the input array before constructing the final DataSource row.
*
* <p>For example, each map in the array could be {@link
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/resources/templates/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h4>Request</h4>
</ul>

<p>
If the report must sent by email and the feature is enabled in the app, a <code>smtp</code> property
If the report must be sent by email and the feature is enabled in the app, an <code>smtp</code> property
sebr72 marked this conversation as resolved.
Show resolved Hide resolved
looking like that (<code>subject</code> and <code>body</code> are optional) must be added to the request:
</p>
<div class="highlight">
Expand Down
8 changes: 4 additions & 4 deletions docs/src/main/resources/templates/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ <h4 id="downloads">
</p>

<h4 id="cli">
Command Line Distribution <a class="headerlink" href="#cli" title="Permalink to this headline">¶</a>
Command-Line Distribution <a class="headerlink" href="#cli" title="Permalink to this headline">¶</a>
</h4>
<p>
The Zip file and the Tar file are Mapfish Print distributed as an application that can be ran from the
commandline to execute print jobs. It is useful for debugging print configurations and requests.
The Zip file and the Tar file are Mapfish Print distributed as an application that can be run from the
command-line to execute print jobs. It is useful for debugging print configurations and requests.
</p>
<p>
Assuming you have Java 7+ installed, the <code>bin/print</code> script will execute a print task. The
command line usage can be printed by executing: <code>bin/print -?</code>.
command-line usage can be printed by executing: <code>bin/print -?</code>.
</p>
<p>
An example of using the application is:
Expand Down
6 changes: 3 additions & 3 deletions docs/src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
them.
</p>
<p>
The project is a Java based servlet/library/application based on the mature
The project is a Java-based servlet/library/application based on the mature
<a href="https://community.jaspersoft.com/project/jasperreports-library" target="_blank" rel="noopener"
>Jasper Reports Library</a
>JasperReports Library</a
>.
</p>
<div class="admonition note examples">
Expand Down Expand Up @@ -33,7 +33,7 @@
</li>

<li>
The last distribution is an command-line application where the reports can be generated via command line.
The last distribution is a command-line application where the reports can be generated via command-line.
This is useful for debugging configurations and requests.
</li>
</ul>
Expand Down