Skip to content

Commit

Permalink
docs: fix spellings (#3450)
Browse files Browse the repository at this point in the history
  • Loading branch information
SafinWasi authored Dec 29, 2022
1 parent d95fc49 commit 0df2083
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/admin/developer/scripts/dynamic-scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ public class DynamicScope implements DynamicScopeType {

@Override
public boolean init(Map<String, SimpleCustomProperty> configurationAttributes) {
log.info("Dyanmic Scope. Initializing...");
log.info("Dyanmic Scope. Initialized");
log.info("Dynamic Scope. Initializing...");
log.info("Dynamic Scope. Initialized");
return true;
}

Expand Down
4 changes: 2 additions & 2 deletions docs/admin/developer/scripts/uma-rpt.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ public class UmaRptPolicy implements UmaRptPolicyType {

@Override
public boolean init(Map<String, SimpleCustomProperty> configurationAttributes) {
log.info("Dyanmic Scope. Initializing...");
log.info("Dyanmic Scope. Initialized");
log.info("UMA RPT Policy Authorization. Initializing...");
log.info("UMA RPT Policy Authorization. Initialized");
return true;
}

Expand Down

0 comments on commit 0df2083

Please sign in to comment.