Skip to content

Commit c6bfdf3

Browse files
author
selenil
committed
fix typos
1 parent e4c793a commit c6bfdf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Check out the project in the `example` directory for a complete code example.
185185

186186
## SSR
187187

188-
Thanks to the ability of Gleam to compile to both Erlang and JavaScript, we can do server-side rendering of Lustre without having to install Node.js. We only need to make sure we compile the Gleam project to Erlang too. For that, install Lustre in your Elixir project and add the `:gleam` compiler to your list fo compilers:
188+
Thanks to the ability of Gleam to compile to both Erlang and JavaScript, we can do server-side rendering of Lustre without having to install Node.js. We only need to make sure we compile the Gleam project to Erlang too. For that, install Lustre in your Elixir project and add the `:gleam` compiler to your list of compilers:
189189

190190
```elixir
191191
# mix.exs

lib/mix/tasks/compile.gleam.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Mix.Tasks.Compile.Gleam do
22
use Mix.Task.Compiler
33

44
@moduledoc """
5-
Compiles Gleam source files BEAM files.
5+
Compiles Gleam source files to BEAM files.
66
77
This task compiles your Gleam source files in two steps:
88
1. First, it uses `gleam build` command to convert Gleam files into Erlang (`.erl`) files

0 commit comments

Comments
 (0)