Skip to content

Commit 0f67bde

Browse files
Apply suggestions from code review
remove space Co-authored-by: imed jaberi <imed_jebari@hotmail.fr>
1 parent 9e8ee3e commit 0f67bde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

2-ui/1-document/01-browser-environment/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ document.body.style.background = "red";
4949
setTimeout(() => document.body.style.background = "", 1000);
5050
```
5151

52-
استخدمنا هنا `document.body.style` ، ولكن هناك الكثير والكثير. يتم وصف الخصائص والأساليب في المواصفات:
52+
استخدمنا هنا `document.body.style`، ولكن هناك الكثير والكثير. يتم وصف الخصائص والأساليب في المواصفات:
5353

5454
- **DOM الحالة القياسية** فى <https://dom.spec.whatwg.org>
5555

0 commit comments

Comments
 (0)