From 2e4408bdccb3bf08bcb57d964d4c771c08dae6d4 Mon Sep 17 00:00:00 2001 From: Ken <yukanliao@gmail.com> Date: Wed, 4 Nov 2020 10:25:47 -0500 Subject: [PATCH] fix: wording --- src/pages/authentication/building-todo-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/authentication/building-todo-app.md b/src/pages/authentication/building-todo-app.md index b98adc0e..687892b4 100644 --- a/src/pages/authentication/building-todo-app.md +++ b/src/pages/authentication/building-todo-app.md @@ -142,7 +142,7 @@ export const appConfig = new AppConfig(['store_write', 'publish_data']); The `appDetails` and `userSession` objects are joined by the callback function [`finished`](https://github.com/blockstack/stacks-todos/blob/master/src/components/App.jsx#L31) -in configuring Stacks authentication for authentication with the `authOptions` object: +in configuring Stacks authentication with the `authOptions` object: ```js // src/components/App.jsx