Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Feb 12, 2025
1 parent cc0233e commit affaf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/builder/src/components/common/CodeEditor/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const helpersToCompletion = (
helpers: Record<string, Helper>,
mode: { name: "javascript" | "handlebars" }
): BindingCompletionOption[] => {
const helperSection = buildSectionHeader("helper", "Helper", "Code", 99)
const helperSection = buildSectionHeader("helper", "Helpers", "Code", 99)

return Object.keys(helpers).flatMap(helperName => {
const helper = helpers[helperName]
Expand Down

0 comments on commit affaf45

Please sign in to comment.