From 3f1c88d695108f9fee7cf9021ead7d01e6fa5e86 Mon Sep 17 00:00:00 2001 From: Document Doctor Date: Wed, 6 Mar 2019 00:50:16 -0500 Subject: [PATCH] Fixed typos in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1ffd21..e817ec7 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Navigation navigation = request.getNavigation(); Node node = navigaiton.getNode(request.getNodePath()); ``` -The `Portal` interface allows you to do more advanced things create sites, create pages, or check permisisons. For example to check to see if the current user has access to a certain page: +The `Portal` interface allows you to do more advanced things create sites, create pages, or check permissions. For example to check to see if the current user has access to a certain page: ```java Portal portal = request.getPortal();