Skip to content

Commit

Permalink
Minor documentation fixes (smallrye#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
manofthepeace authored Apr 19, 2023
1 parent f50db35 commit 0c6e262
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/src/main/docs/config/mappings.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ server.port=8080

### `@WithParentName`

The `io.smallrye.config.WithParent` annotation allows configurations mappings to inherit its parent container name,
The `io.smallrye.config.WithParentName` annotation allows configurations mappings to inherit its parent container name,
simplifying the configuration property name required to match the mapping.

```java
Expand Down
2 changes: 2 additions & 0 deletions documentation/src/main/docs/extensions/interceptors.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ origin and ordinal.
```java
package org.acme.config;

import static io.smallrye.config.SecretKeys.doLocked;

import jakarta.annotation.Priority;

import io.smallrye.config.ConfigSourceInterceptor;
Expand Down

0 comments on commit 0c6e262

Please sign in to comment.