Skip to content

Commit 826a029

Browse files
committed
Update README.md
1 parent e675f54 commit 826a029

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
@@ -13,7 +13,7 @@ Additionally repositories can utilize different data sources depending on the ap
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

1515
* **Repository:** defines what data operations are available (get, add, update, delete).
16-
* **Data Source:** defines how data is actually fetched or stored.
16+
* **Data Source:** defines how data is fetched or stored.
1717

1818
### Data flow with a repository <a href="#data-flow-with-a-repository" id="data-flow-with-a-repository"></a>
1919

0 commit comments

Comments
 (0)