Skip to content

Commit fa61dc7

Browse files
danishprakashjfuss
authored andcommitted
refactor: fix grammar in log statement (#800)
1 parent 5558447 commit fa61dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samcli/commands/local/lib/local_api_service.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def start(self):
7676
# Print out the list of routes that will be mounted
7777
self._print_routes(self.api_provider, self.host, self.port)
7878
LOG.info("You can now browse to the above endpoints to invoke your functions. "
79-
"You do not need to restart/reload SAM CLI while working on your functions "
79+
"You do not need to restart/reload SAM CLI while working on your functions, "
8080
"changes will be reflected instantly/automatically. You only need to restart "
8181
"SAM CLI if you update your AWS SAM template")
8282

0 commit comments

Comments
 (0)