From 0c304b84a1ce2b611215f4da4b937b72f5c5d391 Mon Sep 17 00:00:00 2001 From: Justin Berman Date: Sat, 2 Nov 2019 00:34:41 -0700 Subject: [PATCH] Language/typo edits & added anchor link to dev account creation section --- src/pages/docs.html | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/pages/docs.html b/src/pages/docs.html index 27ac1a0..028cfe2 100644 --- a/src/pages/docs.html +++ b/src/pages/docs.html @@ -102,7 +102,7 @@
     
-      code ulgy-todo.html
+      code ugly-todo.html
     
   
@@ -132,7 +132,8 @@ Now open up this file in a web browser of your choosing. At this point all you'll see is a blank page. As we add functionality throughout the tutorial, you can refresh this page to see the changes.

-

Creating a developer account

+ +

Creating a developer account

To complete this tutorial, you'll need to create a Userbase developer account. Upon creation, a default application named "Preview" will be created. Take note of the App ID, you'll need it in a second.

@@ -161,7 +162,7 @@

Before doing anything with the Userbase SDK, we need to let it know our Application ID. - Simply replace 'YOUR_APP_ID' with the App ID you received when you created your developer account: + Simply replace 'YOUR_APP_ID' with the App ID you received when you created your developer account:

@@ -176,15 +177,10 @@
     
   
-

- Now anything we do with the client (e.g. sign in a user, persist data) will - happen within the context of the app whose ID we specified. -

-

Letting new users create an account

- Any actions that our users take needs to happen within an authenticated session. We'll start by adding a way to for new users to create an account with our app. + Before a user can start creating to-dos, the user needs to create an account with our app.

First, we'll add a sign up form: