Changeset 1245

Show
Ignore:
Timestamp:
2007-12-22 12:24:26 (9 months ago)
Author:
fredck
Message:

Fixed several typos in the samples instruction file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Net/trunk/_samples/aspx/default.html

    r1201 r1245  
    1515                examples on how to use FCKeditor in web forms:</p> 
    1616        <ul> 
    17                 <li>_samples/aspx/<strong>1.1</strong> : Samples targetted to the .NET Framework 1.1.</li> 
    18                 <li>_samples/aspx/<strong>2.0</strong> : Samples targetted to the .NET Framework 2.0+.</li> 
     17                <li>_samples/aspx/<strong>1.1</strong> : Samples targeted to the .NET Framework 1.1.</li> 
     18                <li>_samples/aspx/<strong>2.0</strong> : Samples targeted to the .NET Framework 2.0+.</li> 
    1919        </ul> 
    2020        <p> 
    21                 There directories contain the same exact samples, but you will note some diffences 
     21                These directories contain the same exact samples, but you will note some differences 
    2222                in the code, due to the different way the Code Behind is handled by each of the 
    2323                above .NET Framework versions.</p> 
    2424        <p> 
    2525                To properly run the samples you must copy one of the above folders to the "_<strong>samples</strong>" 
    26                 folder in FCKeditor installation in your web server or Visual Studio project. You 
    27                 may eventualy rename the folder to "aspx", just make it clearer.</p> 
     26                folder in the FCKeditor installation in your web server or Visual Studio project. 
     27                You may eventually rename the folder to "aspx", just to make it clearer.</p> 
    2828        <p> 
    29                 Remember to copy also the <strong>FredCK.FCKeditorV2.dll</strong> file, provide 
     29                Remember to copy also the <strong>FredCK.FCKeditorV2.dll</strong> file, provided 
    3030                with FCKeditor.Net, in the <strong>bin</strong> folder of your web site.</p> 
    3131</body>