Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
renejeglinsky committed Nov 12, 2024
1 parent e1b7ec3 commit 45fc13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cds/cdl.md
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,7 @@ extend Bar with @title:'Bar' {
}
```

::: details Note the nested `extend` for existing fielsd
::: details Note the nested `extend` for existing fields
Make sure that you prepend the `extend` keyword to nested elements if you want to modify them. Without that a new field with that name would be added. If you only want to add annotations to an existing field, you can use [the **annotate** directive.](#annotate) instead.
:::

Expand Down

0 comments on commit 45fc13c

Please sign in to comment.