Skip to content

Commit 4bd8ce9

Browse files
committed
Fix small typo
1 parent bb9bc43 commit 4bd8ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/odata-in-6-steps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ <h4>Contribute to "Understanding OData in 6 steps"</h4>
11631163
<div class="bottom-border side-padding">
11641164
<h3 class="top-margin bottom-margin text-center">Step 6: Invoking a function
11651165
</h3>
1166-
<p class="text-justify bottom-margin">In RESTful APIs, there can be some custom operations that contain complicated logic and can be frequently used. For that purpose, OData supports defining functions and actions to represent such operations. They are also resources themselves and can be bound to existing resources. After having explored the TripPin OData service, Russell finds out that the it has a function called GetInvolvedPeople from which he can find out the involved people of a specific trip. He invokes the function to find out who else other than him and Lewis goes to that trip in the U.S.</p>
1166+
<p class="text-justify bottom-margin">In RESTful APIs, there can be some custom operations that contain complicated logic and can be frequently used. For that purpose, OData supports defining functions and actions to represent such operations. They are also resources themselves and can be bound to existing resources. After having explored the TripPin OData service, Russell finds out that it has a function called GetInvolvedPeople from which he can find out the involved people of a specific trip. He invokes the function to find out who else other than him and Lewis goes to that trip in the U.S.</p>
11671167
<div class="code-row bottom-margin">
11681168
<ul class="nav nav-tabs" role="tablist">
11691169
<li role="presentation" class="active"><a href="#http6" aria-controls="http6" role="tab" data-toggle="tab">HTTP request</a></li>

0 commit comments

Comments
 (0)