Skip to content

Commit e48a7e8

Browse files
authored
Update 17/umbraco-cms/customizing/foundation/repositories/README.md
1 parent 8d28b61 commit e48a7e8

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-
* Etc.
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)