Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 324cb6b

Browse files
akshayagarwalgkalpak
authored andcommitted
docs(angular.version): fix summary description
Fix summary description of `angular.version`. The property description is best kept for the detailed page. Closes #12790
1 parent 80a2176 commit 324cb6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/AngularPublic.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,9 @@
9898
* @name angular.version
9999
* @module ng
100100
* @description
101-
* An object that contains information about the current AngularJS version. This object has the
102-
* following properties:
101+
* An object that contains information about the current AngularJS version.
102+
*
103+
* This object has the following properties:
103104
*
104105
* - `full` – `{string}` – Full version string, such as "0.9.18".
105106
* - `major` – `{number}` – Major version number, such as "0".

0 commit comments

Comments
 (0)