Skip to content

Commit

Permalink
Fix various mod titles
Browse files Browse the repository at this point in the history
  • Loading branch information
cbruno10 committed Dec 11, 2023
1 parent abddfab commit 2ea55d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions create_okta_user_assign_to_group/mod.fp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mod "create_okta_user_assign_to_group" {
title = "Create User and Assign Group"
title = "Create Okta User and Assign to Group"
description = "Create a user in Okta and assign to a group."

require {
Expand All @@ -11,4 +11,4 @@ mod "create_okta_user_assign_to_group" {
}
}
}
}
}
2 changes: 1 addition & 1 deletion csv_to_json/mod.fp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mod "csv_to_json" {
title = "CSV To JSON"
title = "CSV to JSON"
description = "Convert the CSV contents to JSON."
categories = ["productivity"]
}
2 changes: 1 addition & 1 deletion send_top_show_hn_email/mod.fp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mod "send_top_show_hn_email" {
title = "Send top 'Show HN' Email"
title = "Send Top 'Show HN' Email"
description = "Send an email using SendGrid containing top stories from 'Show HN'."
categories = ["productivity"]

Expand Down

0 comments on commit 2ea55d3

Please sign in to comment.