From b464981b3d6fefd0d406564e61cbe93e2ef272d8 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Thu, 14 Sep 2023 08:43:05 +0100 Subject: [PATCH] replace "cids" with "Content IDs" for clarity https://github.com/dwyl/book/actions/runs/6182375000/job/16781984369#step:10:6 --- src/SUMMARY.md | 2 +- src/mvp/19-add-item-to-list.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 5ceb7b6..d428d5a 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -17,7 +17,7 @@ - [Parse User Agent](atm/01-browser-agent.md) - [User Agent Schema](atm/02-gen-schema-user_agents.md) - [MVP](./mvp/README.md) - - [Cids](mvp/15-item-cid.md) + - [Content IDs](mvp/15-item-cid.md) - [Lists](mvp/16-lists.md) - [Reordering](mvp/18-reordering.md) - [Add `item` to `list`](src/mvp/19-add-item-to-list.md) diff --git a/src/mvp/19-add-item-to-list.md b/src/mvp/19-add-item-to-list.md index 386af81..577896d 100644 --- a/src/mvp/19-add-item-to-list.md +++ b/src/mvp/19-add-item-to-list.md @@ -17,7 +17,7 @@ we need to be able to: -We _first_ + ## _Remove_ `item` from `list`