Skip to content

Commit e18e519

Browse files
committed
remove weird spaces
1 parent 7ef176f commit e18e519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-reference-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article assumes that you have already read the [Azure Functions developer r
2222

2323
The concepts of [triggers and bindings](functions-triggers-bindings.md) are fundamental to Azure Functions. Triggers start the execution of your code. Bindings give you a way to pass data to and return data from a function, without having to write custom data access code.
2424

25-
## Create Java functions
25+
## Create Java functions
2626

2727
To make it easier to create Java functions, there are Maven-based tooling and archetypes that use predefined Java templates to help you create projects with a specific function trigger.
2828

0 commit comments

Comments
 (0)