Skip to content

fix(ci): incorrect term “must-have” for NATURAL_LANGUAGE #2067

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

Merged
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
2 changes: 1 addition & 1 deletion extra/philosophy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ In 25 years of PHP, the web changed dramatically and is now evolving faster than

- Thanks to awesome frontend technologies such as [React](https://reactjs.org/) or [Vue.js](https://vuejs.org/),
[full-JavaScript Progressive Web Apps](https://en.wikipedia.org/wiki/Progressive_web_application) **are becoming the standard**.
- [Internet users spend more time on their mobile devices than on desktops](https://www.broadbandsearch.net/blog/mobile-desktop-internet-usage-statistics): having a mobile-first website is mandatory and **native mobile apps are a must-have**.
- [Internet users spend more time on their mobile devices than on desktops](https://www.broadbandsearch.net/blog/mobile-desktop-internet-usage-statistics): having a mobile-first website is mandatory and **native mobile apps are a must have**.
- [The semantic web](https://en.wikipedia.org/wiki/Semantic_Web) and **especially [Linked Data](https://en.wikipedia.org/wiki/Linked_data)
is a reality**: with the [Schema.org](https://schema.org/) initiative and new open web standards such as [JSON-LD](https://json-ld.org/),
search engines (among a bunch of other services and software) consume structured and machine-readable data at web scale.
Expand Down
2 changes: 1 addition & 1 deletion laravel/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ There's a powerful mechanism inside API Platform to create routes using relation

## Paginating Data

A must-have feature for APIs is pagination. Without pagination, collection responses quickly become huge and slow,
A must have feature for APIs is pagination. Without pagination, collection responses quickly become huge and slow,
and can even lead to crashes (Out of Memory, timeouts...).

Fortunately, the Eloquent state provider provided by API Platform automatically paginates data!
Expand Down