permission-node: fix typo in doc comment

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
Mike Lewis
2021-11-24 14:19:32 +00:00
parent b08dbb1035
commit f5a25ec804
@@ -26,7 +26,7 @@ import { PermissionRule } from '../types';
* Plugin authors should generally use the {@link createConditionExports} in order to efficiently
* create multiple condition factories. This helper should generally only be used to construct
* condition factories for third-party rules that aren't part of the backend plugin with which
* they're intended to integrate with.
* they're intended to integrate.
*
* @public
*/