diff --git a/doc/toast/BasicDoc.vue b/doc/toast/BasicDoc.vue
index a3b7aac19..fcb43a85a 100644
--- a/doc/toast/BasicDoc.vue
+++ b/doc/toast/BasicDoc.vue
@@ -1,8 +1,8 @@
- Ideal location of a Toast is the main application template so that it can be used by any component within the application. A single message is represented by the Message interface in PrimeVue that defines various properties such as
- severity, summary and detail.
+ Ideal location of a Toast is the main application template so that it can be used by any component within the application. A single message is represented by the Message interface that defines properties such as severity, summary and
+ detail.
Location of the messages is customized with the position property. A message can be targeted to a certain Toast component by matching the group keys whereas location is customized with the position.
$toast is available as a property in the application instance for Options API. The service can be injected with the useToast function for Composition API.
+The service is available with the useToast function for Composition API or using the $toast property of the application for Options API.