Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gr-im committed Aug 13, 2024
1 parent 750ffc4 commit 9b21761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rule.ml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let track_binary = Pipeline.track_file (Path.rel [ Sys.argv.(0) ])
let css ~target =
let target = Resolver.css ~target in
Action.Static.write_file target
@@ Pipeline.pipe_files ~seperator:"\n"
@@ Pipeline.pipe_files ~separator:"\n"
Path.[ rel [ "css"; "reset.css" ]; rel [ "css"; "style.css" ] ]

let page ~target file =
Expand Down

0 comments on commit 9b21761

Please sign in to comment.