You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2021/02/04 18:56:10 UTC

[ignite] branch ignite-14129 updated: cleanup

This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a commit to branch ignite-14129
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/ignite-14129 by this push:
     new af69828  cleanup
af69828 is described below

commit af698289bb3434db9c48ffe075c4f0b223b1cb67
Author: Pavel Tupitsyn <pt...@apache.org>
AuthorDate: Thu Feb 4 21:55:39 2021 +0300

    cleanup
---
 docs/_docs/thin-clients/dotnet-thin-client.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/_docs/thin-clients/dotnet-thin-client.adoc b/docs/_docs/thin-clients/dotnet-thin-client.adoc
index 56727be..8dbf8c5 100644
--- a/docs/_docs/thin-clients/dotnet-thin-client.adoc
+++ b/docs/_docs/thin-clients/dotnet-thin-client.adoc
@@ -237,7 +237,7 @@ include::{sourceCodeFile}[tag=client-compute-task,indent=0]
 
 == Executing Ignite Services
 
-You can use the `IServicesClient` APIs to invoke an link:services/services[Ignite Service] that
+You can use the `IServicesClient` API to invoke an link:services/services[Ignite Service] that
 is *already deployed* in the cluster.
 
 The example below shows how to invoke the service named `MyService`: