Skip to content

Commit bda5c67

Browse files
authored
Change 'items' to 'cuisines'
According to the code abive, the hint "Ensure you've 'items' node in you database..." should say "Ensure you've 'cuisines' node in you...", becuase afDB.list('/cuisines') referes to that node, not '/items'.
1 parent 9642f58 commit bda5c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Auth-with-Ionic3-Angular4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ export class HomePage {
261261

262262
```
263263
264-
*_Ensure you've `items` node in your database with some primitive data._
264+
*_Ensure you've `cuisines` node in your database with some primitive data._
265265
266266
**Update** your `home.html` at `src/pages/home/home.html`, with following entry
267267

0 commit comments

Comments
 (0)