Skip to content

Commit 72cc2bf

Browse files
committed
renaming service name for Mock to Live Data tutorial
1 parent b6adced commit 72cc2bf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tutorials/webide-live-odata/webide-live-odata.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ You will know you are in the Code Editor because the file is all code. If you se
108108

109109
![what the code editor looks like](10b.png)
110110

111-
Locate the `dataSources` array in the manifest file. You have added a new data source called `toysData` when you added the OData service in the earlier steps. You want to make this your **main** data service.
111+
Locate the `dataSources` array in the manifest file. You have added a new data source called `toysData` when you added the OData service in the earlier steps. You want to make this your **local** data service.
112112

113113
![data sources highlighted in manifest file](10c.png)
114114

115-
**Rename** *`main`* to `localservice`.
115+
**Rename** *`local`* to `localservice`.
116116

117-
**Rename** *`toysData`* to `main`.
117+
**Rename** *`toysData`* to `local`.
118118

119119
![new data source names in manifest file](11.png)
120120

0 commit comments

Comments
 (0)