fix(docs): typos

This commit is contained in:
Mitchell Hanberg 2023-01-21 07:08:22 -05:00
parent 9a24ff85cb
commit 7a505875af
No known key found for this signature in database
2 changed files with 6 additions and 3 deletions

View file

@ -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.

View file

@ -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"]
}