Skip to content

Commit 3c97ddf

Browse files
authored
docs: close html tag correctly
1 parent 06beb2a commit 3c97ddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ and type the following code:
271271
```html
272272
<section class="phx-hero">
273273
<h1>Welcome to Awesome App!</h1>
274-
<p>To get started, login to your Google Account: <p>
274+
<p>To get started, login to your Google Account: </p>
275275
<a href={@oauth_google_url}>
276276
<img src="https://i.imgur.com/Kagbzkq.png" alt="Sign in with Google" />
277277
</a>

0 commit comments

Comments
 (0)