Skip to content

Commit 4802fff

Browse files
committed
Removing redundancy
1 parent 1e25431 commit 4802fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/common-data-service/common-issues-resolutions-solution-checker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Solution checker supports global variables for ECMAScript 2015 (ES6) and up to E
265265

266266
For plug-in and workflow activity rules where the issue is only relevant in the calling context, the solution checker tool starts its analysis at the IPlugin interface implementation and traverses a call graph to detect issues within the scope of that implementation. In some cases, many call paths may arrive at the same ___location where the issue is detected. Since the issue is relevant to the call scope, the tool may report based on that scope to provide a better picture of impact rather than on distinct locations. As a result, multiple issues may reference a single ___location that should be fixed.
267267

268-
## app-formula-issues-high and app-formula-issues-high may show different number of errors than those shown in design mode
268+
## app-formula-issues-high may show different number of errors than those shown in design mode
269269

270270
The solution checker will list the number of the errors found in the app, *including those from tests*. The app checker in design mode only shows errors from screen controls and components. If the error count shown in the app checker in design mode is smaller, open the [Test Studio](../canvas-apps/test-studio.md) and search for the errors in the expressions used in tests.
271271

0 commit comments

Comments
 (0)