From 73cbd6a38bfacd53b5a5557a38a4cb42a8afb3cb Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Mon, 13 Jan 2020 15:52:29 -0300 Subject: [PATCH] fix typo --- docs/modules/ROOT/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index aba885749..35a7292a7 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -42,7 +42,7 @@ To keep your system secure, you should **always** use the installed code as-is, [[next-steps]] == Learn More -The guides in the sidebar will teach about different concepts, and how to use the realted contracts that OpenZeppelin Contracts provides: +The guides in the sidebar will teach about different concepts, and how to use the related contracts that OpenZeppelin Contracts provides: * xref:access-control.adoc[Access Control]: decide who can perform each of the actions on your system. * xref:tokens.adoc[Tokens]: create tradeable assets or collectives, and distribute them via xref:crowdsales.adoc[Crowdsales].