Skip to content

Commit 557ad63

Browse files
fix(ci): incorrect term "must-have" for NATURAL_LANGUAGE (#2067)
1 parent 129ea77 commit 557ad63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extra/philosophy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In 25 years of PHP, the web changed dramatically and is now evolving faster than
44

55
- Thanks to awesome frontend technologies such as [React](https://reactjs.org/) or [Vue.js](https://vuejs.org/),
66
[full-JavaScript Progressive Web Apps](https://en.wikipedia.org/wiki/Progressive_web_application) **are becoming the standard**.
7-
- [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**.
7+
- [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**.
88
- [The semantic web](https://en.wikipedia.org/wiki/Semantic_Web) and **especially [Linked Data](https://en.wikipedia.org/wiki/Linked_data)
99
is a reality**: with the [Schema.org](https://schema.org/) initiative and new open web standards such as [JSON-LD](https://json-ld.org/),
1010
search engines (among a bunch of other services and software) consume structured and machine-readable data at web scale.

laravel/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ There's a powerful mechanism inside API Platform to create routes using relation
445445

446446
## Paginating Data
447447

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

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

0 commit comments

Comments
 (0)