Skip to content

Commit f711a96

Browse files
authored
Fixed Vale warning
1 parent 13d0051 commit f711a96

File tree

1 file changed

+1
-1
lines changed
  • 17/umbraco-cms/customizing/foundation/repositories

1 file changed

+1
-1
lines changed

17/umbraco-cms/customizing/foundation/repositories/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Additionally, repositories can utilize different data sources depending on the a
88
* A REST API
99
* Offline storage
1010
* A local cache
11-
* and more.
11+
* And more.
1212

1313
This abstraction ensures that consumers don’t need to worry about how to access data. The repository serves as the Backoffice’s entry point for requesting new data. As a result, we achieve a loosely coupled connection between consumers and data storage procedures, effectively hiding complex implementations.
1414

0 commit comments

Comments
 (0)