Skip to content

Commit d5ff3d9

Browse files
authored
DOCSP-32081: FY2024Q3 typo check (#44)
1 parent 6ad7855 commit d5ff3d9

File tree

9 files changed

+21
-25
lines changed

9 files changed

+21
-25
lines changed

source/analyze-code.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
Analyze Your Code
55
=================
66

7-
.. default-domain:: mongodb
8-
97
.. contents:: On this page
108
:local:
119
:backlinks: none

source/code-type/builders.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
Analyze Builders Expressions
55
============================
66

7-
.. default-domain:: mongodb
8-
97
.. contents:: On this page
108
:local:
119
:backlinks: none

source/code-type/linq.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
Analyze LINQ Expressions
55
========================
66

7-
.. default-domain:: mongodb
8-
97
.. contents:: On this page
108
:local:
119
:backlinks: none

source/configuration.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
Configure the {+product+}
55
==============================
66

7-
.. default-domain:: mongodb
8-
97
.. contents:: On this page
108
:local:
119
:backlinks: none

source/faq.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
Frequently Asked Questions
55
==========================
66

7-
.. default-domain:: mongodb
8-
97
.. contents:: On this page
108
:local:
119
:backlinks: none

source/includes/telemetry-data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following is the information the {+product+} collects about your environment
4747
`output assembly <https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-options/output#targettype>`__
4848
kind generated by your .NET application
4949

50-
- A unique identifier the {+product+} contructs from a hash of the following components of your
50+
- A unique identifier the {+product+} constructs from a hash of the following components of your
5151
`Net User <https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc771865(v=ws.11)>`__:
5252

5353
- ``UserName``

source/index.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
{+product+}
77
===============================
88

9-
.. default-domain:: mongodb
10-
119
.. toctree::
1210
:titlesonly:
1311
:maxdepth: 1

source/install.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
Install the {+product+}
44
----------------------------
55

6-
.. default-domain:: mongodb
7-
86
.. contents:: On this page
97
:local:
108
:backlinks: none

source/issues-and-help.txt

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
Issues & Help
55
=============
66

7-
.. default-domain:: mongodb
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
812

913
The MongoDB developer community is highly engaged and encompasses users with a range of Visual Studio Code experience.
1014

@@ -15,18 +19,24 @@ Refer to our :manual:`support channels </support>` documentation for more inform
1519
Bugs / Feature Requests
1620
-----------------------
1721

18-
If you think you've found a bug or want to request a new MongoDB Analyzer feature, please open a case in our issue management tool, JIRA:
22+
If you think you've found a bug or want to request a new feature in the
23+
{+product+}, please open a case in MongoDB's issue management tool,
24+
JIRA, by performing the following steps:
1925

20-
* `Create an account and login <https://jira.mongodb.org>`__.
21-
* Navigate to `the VS project <https://jira.mongodb.org/browse/VS>`__.
22-
* Click **Create**. Please provide as much information as possible about the
23-
issue and the steps to reproduce it.
26+
1. Visit the `MongoDB JIRA issue tracker <https://jira.mongodb.org/>`__ and click the
27+
`signup link <https://account.mongodb.com/account/register>`__.
28+
Create an account, and then log in to JIRA.
29+
#. Navigate to the `VS JIRA project <https://jira.mongodb.org/browse/VS>`__.
30+
#. Click :guilabel:`Create` to create a ticket. Please provide as much
31+
information as possible about the issue or request in the ticket.
2432

25-
Bug reports in JIRA for the Visual Studio project are **public**.
33+
.. note::
2634

27-
If you've identified a security vulnerability in the analyzer or any other
28-
MongoDB project, please report it according to the instructions found in the
29-
:manual:`Create a Vulnerability Report </tutorial/create-a-vulnerability-report>` page.
35+
Bug reports in the VS JIRA project are publicly viewable.
36+
37+
If you’ve identified a security vulnerability in any official MongoDB
38+
product, please report it according to the instructions found in the
39+
:manual:`Create a Vulnerability Report page </tutorial/create-a-vulnerability-report>`.
3040

3141
Pull Requests
3242
-------------

0 commit comments

Comments
 (0)