diff --git a/docs/docs/lips/sxml.md b/docs/docs/lips/sxml.md index b32f62ad..07a7ebe7 100644 --- a/docs/docs/lips/sxml.md +++ b/docs/docs/lips/sxml.md @@ -36,7 +36,7 @@ You can write the same code in LIPS as: "Click me!")))) ``` -To create instance of this component you use: +To create an instance of this component, you use: ```scheme (MessageButton (@ (message "LIPS Scheme")))