fix: spelling mistake for "trait" (#540)

Signed-off-by: Cuong Tran <ctran@users.noreply.github.com>
This commit is contained in:
Cuong Tran 2022-03-21 00:23:43 -07:00 committed by GitHub
parent 24e2abbde6
commit 8d6acf754f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Component defines the artifact of applicationThe best practice is to having o
### Trait
Triat are plugable operations that can attach to Component, for example: scaler for replicas(manual and auto), PVC, gateway, DNS and so on. You can draw out-of-box Trait from the ecosystem or simply customize by [Trait Definition](../platform-engineers/oam/x-definition#traitdefinition).
Trait are plugable operations that can attach to Component, for example: scaler for replicas(manual and auto), PVC, gateway, DNS and so on. You can draw out-of-box Trait from the ecosystem or simply customize by [Trait Definition](../platform-engineers/oam/x-definition#traitdefinition).
### Workflow