Skip to content

Commit b0acfdb

Browse files
committed
Fix typo
1 parent 6237246 commit b0acfdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components_guide_web/templates/cheatsheets/intro.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Various cheatsheets will be added over time. If you have ideas for cheatsheets,
33
<p>From Elixir: <%= 6 + 1 %></p>
44
<p>From Rust: <%= ComponentsGuide.Rustler.Math.add(5, 9) %></p>
55
<p>From Rust: <%= ComponentsGuide.Rustler.Math.reverse_string("hello") %></p>
6-
<p>Fromst WebAssembly + Rust: <%= inspect(ComponentsGuide.Rustler.Math.wasm_example(@wasm_constant, "answer")) %></p>
6+
<p>From WebAssembly + Rust: <%= inspect(ComponentsGuide.Rustler.Math.wasm_example(@wasm_constant, "answer")) %></p>

0 commit comments

Comments
 (0)