Skip to content

Commit a94ba5c

Browse files
committed
fixed typo
1 parent d3a500b commit a94ba5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gitSource="https://github.com/Azure-Samples/azure-sql-db-dotnet-rest-api.git"
1212

1313
# Make sure connection string variable is set
1414
if [[ -z "${ConnectionStrings__DefaultConnection:-}" ]]; then
15-
echo "Plase export Azure SQL connection string:";
15+
echo "Please export Azure SQL connection string:";
1616
echo "export ConnectionStrings__DefaultConnection=\"your-connection-string-here\"";
1717
exit 1;
1818
fi

0 commit comments

Comments
 (0)