diff --git a/docs/ORGANIZATION.md b/docs/ORGANIZATION.md
index abc9d8f13dc..b08df989d94 100644
--- a/docs/ORGANIZATION.md
+++ b/docs/ORGANIZATION.md
@@ -5,7 +5,7 @@
* bluetooth_traits
* APIs to the bluetooth crate for crates that don't want to depend on the bluetooth crate for build speed reasons.
* canvas
- * Implementation of painting threads for 2d and WebGL canvases.
+ * Implementation of painting threads for 2D and WebGL canvases.
* canvas_traits
* APIs to the canvas crate for crates that don't want to depend on the canvas crate for build speed reasons.
* compositing
@@ -13,7 +13,7 @@
* constellation
* Management of resources for a top-level browsing context (ie. tab).
* devtools
- * in-process server to allow manipulating browser instances via a remote Firefox developer tools client.
+ * In-process server to allow manipulating browser instances via a remote Firefox developer tools client.
* devtools_traits
* APIs to the devtools crate for crates that don't want to depend on the devtools crate for build speed reasons.
* gfx
@@ -44,6 +44,8 @@
* The API the script crate provides for the layout crate.
* script_traits
* APIs to the script crate for crates that don't want to depend on the script crate for build speed reasons.
+ * selectors
+ * CSS selector matching.
* servo
* Entry points for the servo application and libservo embedding library.
* style
@@ -51,7 +53,7 @@
* style_traits
* APIs to the style crate for crates that don't want to depend on the style crate for build speed reasons.
* util
- * assorted utility methods and types that are commonly used throughout the project.
+ * Assorted utility methods and types that are commonly used throughout the project.
* webdriver_server
* In-process server to allow manipulating browser instances via a WebDriver client.
* webgpu
@@ -62,7 +64,7 @@
* A command-line tool to help with developer tasks.
* ports
* glutin
- * Embedding implementation for the `glutin` windowing library.
+ * Embedding implementation for the `winit` windowing library.
* python
* servo
* Implementations of servo-specific mach commands.
@@ -99,15 +101,14 @@
* W3C web-platform-tests and csswg-tests along with tools to run them and expected failures.
# Major dependencies
-* , : bindings to SpiderMonkey
-* : an HTTP implementation
-* : an HTML5 parser
-* : an IPC implementation
-* : image decoders
-* : cross-platform windowing and input
-* : a pure Rust 2D Graphics Library
-* : a CSS parser
-* : a CSS selector matching library
-* : a WebSocket protocol implementation
-* : an implementation of the URL specification
-* : a GPU renderer
+* , : bindings to SpiderMonkey
+* : an HTTP implementation
+* : an HTML5 parser
+* : an IPC implementation
+* : image decoders
+* : cross-platform windowing and input
+* : a pure Rust 2D graphics library
+* : a CSS parser
+* : a WebSocket protocol implementation
+* : an implementation of the URL specification
+* : a GPU renderer