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 incorrect image names and typos #575

Open
wants to merge 6 commits 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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ information to the search request in a similar way between all aggregations.
aggregations.percentiles("percentiles", Field.PRIORITY);
```

To discover what fields each aggregation must have (e.g., `Sting name,
To discover what fields each aggregation must have (e.g., `String name,
String field` in the case of the above `PercentilesAggregation`), see the
[`Aggregations` interface](https://github.com/liferay/liferay-portal/blob/7.2.0-ga1/modules/apps/portal-search/portal-search-api/src/main/java/com/liferay/portal/search/aggregation/Aggregations.java).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Follow the instructions below to get started.

2. Create the following packages within the module:

- `com.liferay.segments.criteria.extension.sample.internal.odata.retreiver`
- `com.liferay.segments.criteria.extension.sample.internal.odata.retriever`
- `com.liferay.segments.criteria.extension.sample.internal.odata.entity`
- `com.liferay.segments.criteria.extension.sample.internal.criteria.contributor`

Expand Down Expand Up @@ -87,7 +87,7 @@ Next, you'll create the OData Retriever.

Next, create the `ODataRetriever` which gets the data using the relevant filter.

1. Inside the `...internal.odata.retreiver` package, create
1. Inside the `...internal.odata.retriever` package, create
`KBArticleODataRetriever.java` which implements `ODataRetriever`:

```java
Expand Down Expand Up @@ -191,7 +191,7 @@ editor, and contributes a query to filter users based on the articles they
authored.

1. In the `...internal.criteria.contributor` package, create a
`UserKBArticleSegmentCritieriaContributor` class that implements
`UserKBArticleSegmentCriteriaContributor` class that implements
`SegmentsCriteriaContributor`.

```java
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ workflow:

`long statusByUserId` is the ID of the user that set the status (for example,
the initial User that hit the Submit for Publication button to add a new
Asset.
Asset).

`String statusByUserName` is the User Name of the User that set the status of
the Asset.
Expand Down
Binary file modified en/developer/frameworks/images/application-decorator-barebone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified en/developer/frameworks/images/application-decorator-borderless.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for other file types:

As of Liferay 7.1, OpenOffice/LibreOffice is configured in OSGi Configuration
Admin instead of portal properties. To adjust the these settings, go to *Control
Panel* &arr; *Configuration*&arr; *System Settings* &arr; *Connectors* →
Panel* → *Configuration* → *System Settings* → *Connectors* →
*OpenOffice Integration*. You can also adjust these
settings by deploying a
`com.liferay.document.library.document.conversion.internal.configuration.OpenOfficeConfiguration.config`
Expand Down