Fix a typo in dev-plugins.txt
Change-Id: I4a8f136c2712c7cf482b632f7c10776b0ce01114
diff --git a/Documentation/dev-plugins.txt b/Documentation/dev-plugins.txt
index e0824ca..c59f0e9 100644
--- a/Documentation/dev-plugins.txt
+++ b/Documentation/dev-plugins.txt
@@ -1511,7 +1511,7 @@
----
If a GWT plugin wants to invoke the Gerrit REST API it can use
-`com.google.gerrit.plugin.client.rpc.RestApi` to contruct the URL
+`com.google.gerrit.plugin.client.rpc.RestApi` to construct the URL
path and to trigger the REST calls.
Example for invoking a Gerrit core REST endpoint: