Skip to content

Commit

Permalink
fix(ci): incorrect term "must-have" for NATURAL_LANGUAGE (#2067)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceAmstoutz authored Nov 20, 2024
1 parent 129ea77 commit 557ad63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 557ad63

Please sign in to comment.