Skip to content

Commit

Permalink
docs: small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Dec 18, 2023
1 parent d4d5008 commit e298ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/components/SiteFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
Our clients
</a>
range from Fortune 100 companies to local small businesses and
non-profits. There is no job too big or small!
non-profits.
</p>
</div>
</footer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and to add additional client-only validation parameters. Database validation is
These propagate to the client as validations in TypeScript via generated [Metadata](/stacks/vue/layers/metadata.md) and [ViewModel rules](/stacks/vue/layers/viewmodels.md) (for Vue) or [Knockout-Validation](https://github.com/Knockout-Contrib/Knockout-Validation/) rules (for Knockout). For both stacks, any failing validation rules prevent saves from going to the server.

::: warning
This attribute controls client-side validation only. To perform server-side validation, create a custom [Behaviors class](/modeling/model-components/behaviors.md) for your types.
This attribute controls client-side validation only. To perform server-side validation, create a custom [Behaviors class](/modeling/model-components/behaviors.md) for your types and/or place C# validation attributes on your models. [Read More](/topics/security.md#server-side-data-validation).
:::


Expand Down

0 comments on commit e298ffa

Please sign in to comment.