wip: currently rewriting the project as a full stack application tangled.org/kacaii.dev/sigo
gleam
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:pencil2: fix typo in "access"

Kacaii 6a627167 87f24e06

+1 -1
+1 -1
src/app.gleam
··· 65 65 /// Access to Erlang's Priv directory 66 66 pub fn static_directory() -> String { 67 67 let assert Ok(priv_directory) = wisp.priv_directory("app") 68 - as "Failed to acces priv directory" 68 + as "Failed to access priv directory" 69 69 70 70 priv_directory <> "/static" 71 71 }