diff --git a/docs/gettingStarted.md b/docs/gettingStarted.md index 1c397f6..386e279 100644 --- a/docs/gettingStarted.md +++ b/docs/gettingStarted.md @@ -924,7 +924,7 @@ If you are not using auto commit mode, then an explicit commit is needed.* gemServer := GemServer gemServerNamed: 'example'. client := gemServer clientClass new. result := client - submitAndWaitFor: { #scheduleError } + submitAndWaitFor: { #scheduleErrorTask } gemServer: gemServer. ```