Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos and Formatting Corrections #2098

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Aug 11, 2023

  1. Update calendar.md

    In the SetFocus example, the Power Fx formula has an extra right parenthesis.
    
    Current: UpdateContext({ctxResizableTextareaEvent:"SetFocus" & Text(Rand())}));
    
    Should Be: UpdateContext({ctxResizableTextareaEvent:"SetFocus" & Text(Rand())});
    packman83 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    388391f View commit details
    Browse the repository at this point in the history
  2. Update commandbar.md

    In the SetFocus example, the Power Fx formula has an extra right parenthesis.
    
    Current: UpdateContext({ ctxResizableTextareaEvent:"SetFocus" & Text(Rand()) }));
    
    Should Be: UpdateContext({ ctxResizableTextareaEvent:"SetFocus" & Text(Rand()) });
    packman83 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    98e8fb8 View commit details
    Browse the repository at this point in the history
  3. Update contextmenu.md

    In the SetFocus example, the Power Fx formula has an extra right parenthesis.
    
    Current: UpdateContext({ ctxResizableTextareaEvent:"SetFocus" & Text(Rand()) }));
    
    Should Be: UpdateContext({ ctxResizableTextareaEvent:"SetFocus" & Text(Rand()) });
    packman83 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0e2700d View commit details
    Browse the repository at this point in the history
  4. Update nav.md

    In the SetFocus example, the Power Fx formula has an extra right parenthesis.
    
    Current: UpdateContext({ ctxResizableTextareaEvent:"SetFocus" & Text(Rand()) }));
    
    Should Be: UpdateContext({ ctxResizableTextareaEvent:"SetFocus" & Text(Rand()) });
    packman83 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a822a4f View commit details
    Browse the repository at this point in the history
  5. Update taglist.md

    Corrected format of Items properties example
    packman83 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    75ec7cb View commit details
    Browse the repository at this point in the history