Skip to content

Commit

Permalink
Update viewitem.en-us.lg (microsoft#2883)
Browse files Browse the repository at this point in the history
  • Loading branch information
beyackle authored May 4, 2020
1 parent 22a258a commit a698139
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,9 @@
- ${list(user.lists.shopping, 'shopping')}
- DEFAULT :
- ```
## Todo list
${list(user.lists.todo, 'todo')}

## Grocery list
${list(user.lists.grocery, 'grocery')}

## Shopping list
${list(user.lists.shopping, 'shopping')}
${list(user.lists.todo, 'todo')}
${list(user.lists.grocery, 'grocery')}
${list(user.lists.shopping, 'shopping')}
```

# list(collection, name)
Expand Down

0 comments on commit a698139

Please sign in to comment.