Skip to content

Commit

Permalink
Fix minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
noamsauerutley authored and lpil committed Nov 14, 2024
1 parent 5d20da4 commit 6267443
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion universal/test/file_system/work_with_files.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import gleam/string
import simplifile

pub fn main_test() {
// The `delete_all` can be used to delete multiple files or directories.
// The `delete_all` function can be used to delete multiple files or directories.
// We are using it first here to reset the tmp directory to a known state.
let assert Ok(_) = simplifile.delete_all(["tmp"])

Expand Down
2 changes: 1 addition & 1 deletion universal/test/formats/rendering_csv.gleam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//// # Rendering CSV
////
//// The gsv package can be used to parser and render CSV on all targets.
//// The gsv package can be used to parse and render CSV on all targets.
////
//// ## Dependencies
////
Expand Down
2 changes: 1 addition & 1 deletion universal/test/formats/rendering_html.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import lustre/element/html

pub fn main_test() {
// Lustre provides functions for HTML elements and attributes that can be used
// to construct a HTML document.
// to construct an HTML document.
//
let document =
html.html([], [
Expand Down

0 comments on commit 6267443

Please sign in to comment.