Skip to content

Commit

Permalink
fix(docs): typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jan 21, 2023
1 parent 9a24ff8 commit 7a50587
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
@@ -1,9 +1,12 @@
# ![](temple-github-image.png)
![Temple](temple-github-image.png)


[![Actions Status](https://github.com/mhanberg/temple/workflows/CI/badge.svg)](https://github.com/mhanberg/temple/actions)
[![Hex.pm](https://img.shields.io/hexpm/v/temple.svg)](https://hex.pm/packages/temple)

> You are looking at the README for the main branch. The README for the latest stable release is located [here](https://github.com/mhanberg/temple/tree/v0.9.0).
> You are looking at the README for the main branch. The README for the latest stable release is located [here](https://github.com/mhanberg/temple/tree/v0.11.0).
# Temple

Temple is an Elixir DSL for writing HTML and SVG.

Expand Down
2 changes: 1 addition & 1 deletion guides/your-first-template.md
Expand Up @@ -128,7 +128,7 @@ Temple leverages `Phoenix.HTML.attributes_escape/1` internally, so you can refer
To render dynamic attributes into a tag, you can pass them with the reserved attribute `:rest!`.

```elixir
assigns = %
assigns = %{
data: [data_foo: "hi"]
}

Expand Down

0 comments on commit 7a50587

Please sign in to comment.